Skip to content
Snippets Groups Projects
Commit 1ef0438c authored by Mick Jordan's avatar Mick Jordan
Browse files

remove debugging code

parent b91b1beb
Branches
No related tags found
No related merge requests found
......@@ -46,9 +46,6 @@ public final class RCaller {
this.depth = depthFromFrame(callingFrame);
this.parent = parentFromFrame(callingFrame);
this.payload = nodeOrSupplier;
if (parent == null || payload == null) {
System.console();
}
}
private static int depthFromFrame(Frame callingFrame) {
......@@ -63,9 +60,6 @@ public final class RCaller {
this.depth = depth;
this.parent = parent;
this.payload = nodeOrSupplier;
if (parent == null || payload == null) {
System.console();
}
}
public int getDepth() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment