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;
|
||||
}
|
||||
try {
|
||||
log.debug("Disconnecting, requested by ...", new Exception());
|
||||
log.debug("Disconnecting");
|
||||
ruffyService.doRTDisconnect();
|
||||
} catch (RemoteException e) {
|
||||
// ignore
|
||||
|
|
Loading…
Reference in a new issue