Skip to content

Commit

Permalink
commented out another print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Nov 27, 2020
1 parent eba92b9 commit 8720237
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ public ArrayList<String> getArgumentsInsideSingleQuotes(String[] args) {
}

toReturn.add(argumentString.substring(start + 1, end));
System.out.println("DEBUG: argument '" + toReturn.get(toReturn.size() - 1) + "' found!");
// System.out.println("DEBUG: argument '" + toReturn.get(toReturn.size() - 1) + "' found!");
index = end + 1;
}

Expand Down

0 comments on commit 8720237

Please sign in to comment.