Skip to content
Snippets Groups Projects
Commit f4f420ea authored by Lukas Stadler's avatar Lukas Stadler
Browse files

remove debug output in IsElementFastPath

parent 4afad71f
Branches
No related tags found
No related merge requests found
......@@ -114,7 +114,6 @@ public abstract class IsElementFastPath extends RFastPathNode implements Visibil
@Fallback
@SuppressWarnings("unused")
protected Object fallback(Object el, Object set) {
System.out.println(getRootNode() + " " + el + " " + set);
return null;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment