Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jortiz16 committed Jun 9, 2015
1 parent 686ff19 commit 42f254b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/edu/washington/escience/myria/util/DeploymentUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ public static void startMaster(final String address, final String path, final St
builder.append(" cd " + workingDir + ";");
builder.append(" nohup java -cp 'conf:libs/*'");
builder.append(" -Djava.util.logging.config.file=logging.properties");
/* for debugging only */
builder.append(" -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=65007");
builder.append(" -Dlog4j.configuration=log4j.properties");
builder.append(" -Djava.library.path=sqlite4java-392");
builder.append(" " + maxHeapSize);
Expand Down

0 comments on commit 42f254b

Please sign in to comment.