Skip to content

Commit

Permalink
Uncomment snailgun arg echo main app
Browse files Browse the repository at this point in the history
  • Loading branch information
jvican committed Jun 27, 2019
1 parent aacb0e1 commit 80dc6cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/test/java/snailgun/utils/SnailgunArgEcho.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

public class SnailgunArgEcho {
public static void main(String[] args) {
/*
boolean isFirst = true;
boolean printNewLine = true;

Expand All @@ -27,7 +26,5 @@ public static void main(String[] args) {
if (printNewLine) {
System.out.println();
}
*/
System.out.println("foo");
}
}

0 comments on commit 80dc6cc

Please sign in to comment.