.ini for remote controller

This commit is contained in:
rusefillc 2020-10-04 19:12:46 -04:00
parent f63ad0001e
commit edc0368296
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class ControllerConnectionState {
String localFileName = SignatureHelper.downloadIfNotAvailable(p);
if (localFileName == null)
throw new IOException("Unable to download " + p.second);
iniFileModel.readIniFile(localFileName);
// iniFileModel.readIniFile(localFileName);
controllerKey = new ControllerKey(userDetails.getUserId(), sessionDetails.getControllerInfo());
log.info("User " + userDetails);