Remove debug code.

This commit is contained in:
Johannes Mockenhaupt 2018-01-01 14:04:45 +01:00
parent bf25af8c42
commit 2d769ccf9a
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -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