Skip to content
Snippets Groups Projects
Commit 58ac4b3e authored by Adam Welc's avatar Adam Welc
Browse files

Removed debugging code.

parent 8ca8029d
Branches
No related tags found
No related merge requests found
......@@ -301,10 +301,6 @@ public class RChannel {
msg = RSerialize.serialize(msg, false, true, RSerialize.DEFAULT_VERSION, null);
}
try {
int i = 0;
if (msg == null) {
i++;
}
(id > 0 ? channel.masterToClient : channel.clientToMaster).put(msg);
} catch (InterruptedException x) {
throw RError.error(RError.SHOW_CALLER2, RError.Message.GENERIC, "error sending through the channel");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment