diff options
Diffstat (limited to 'js/src/Ice/Operation.js')
-rw-r--r-- | js/src/Ice/Operation.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/Ice/Operation.js b/js/src/Ice/Operation.js index 0fc4db50335..e11f377ada1 100644 --- a/js/src/Ice/Operation.js +++ b/js/src/Ice/Operation.js @@ -376,7 +376,6 @@ var __dispatchImpl = function(servant, op, incomingAsync, current) var comm = current.adapter.getCommunicator(); var msg = "servant for identity " + comm.identityToString(current.id) + " does not define operation `" + op.servantMethod + "'"; - console.log(msg); throw new Ice.UnknownException(msg); } |