Skip to content

Commit dbfb8f5

Browse files
committed
remove commented code
1 parent 2481a77 commit dbfb8f5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

quick-start/src/main/java/com/marklogic/hub/web/controller/api/UtilController.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,4 @@ public Map searchPathUnix(String searchPath) {
6565

6666
return returnValue;
6767
}
68-
69-
/*
70-
71-
public static void main(String[] args) {
72-
new UtilController().searchPathUnix("/");
73-
new UtilController().searchPathUnix("/Users");
74-
new UtilController().searchPathUnix("");
75-
}
76-
*/
7768
}

0 commit comments

Comments
 (0)