Remove debug code.
This commit is contained in:
parent
bf25af8c42
commit
2d769ccf9a
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ public class RuffyScripter implements RuffyCommands {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
log.debug("Disconnecting, requested by ...", new Exception());
|
log.debug("Disconnecting");
|
||||||
ruffyService.doRTDisconnect();
|
ruffyService.doRTDisconnect();
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
// ignore
|
// ignore
|
||||||
|
|
Loading…
Reference in a new issue