Remove funny println()

This commit is contained in:
hns 2004-01-14 16:52:04 +00:00
parent 9e3d057aa8
commit 5b9fe8fbfc

View file

@ -276,7 +276,6 @@ public final class NodeManager {
key = new SyntheticKey(home.getKey(), kstr); key = new SyntheticKey(home.getKey(), kstr);
} else { } else {
// Not a relation we use can use getNodeByRelation() for // Not a relation we use can use getNodeByRelation() for
System.err.println(" WOMBAT: "+home+" ° "+kstr);
return null; return null;
} }