Skip to content

Commit f47611e

Browse files
author
Rahul
committed
Merge pull request #8 from rsshah/master
removed test line that i forgot about..........
2 parents f549a99 + f75984f commit f47611e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • dvs-core/src/main/java/com/ucsd/globalties/dvs/core

dvs-core/src/main/java/com/ucsd/globalties/dvs/core/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public static void main(String[] args) {
5656
if (!TEMP_DIR.exists()) {
5757
TEMP_DIR.mkdirs();
5858
log.info("temp dir did not exist; created folder: " + TEMP_DIR.getAbsolutePath());
59-
System.exit(0);
6059
} else {
6160
log.info("temp dir already exists at " + TEMP_DIR.getAbsolutePath());
6261
}

0 commit comments

Comments
 (0)