Skip to content

Commit 45bc338

Browse files
committed
Remove System.out
1 parent 9bc825d commit 45bc338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/semanticwb/datamanager/RoutesMgr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static synchronized void parseRouter(ScriptObject routes) {
6767
instance.map.put(key, new RouteData(obj, null));
6868
}
6969
}
70-
System.out.println("Routes:"+instance.map);
70+
//System.out.println("Routes:"+instance.map);
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)