Skip to content

Commit

Permalink
[ PARSER ] - Forgot debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ElodieBerthaud committed Nov 30, 2019
1 parent 49794b2 commit 430d690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public class Parser {
public String getArgumentsAtIndex(int index){
if (this.argumentsToReturn != null){
if (index < this.argumentsToReturn.size() && index >= 0){
System.out.println(this.argumentsToReturn.get(index));
return this.argumentsToReturn.get(index);
}
}
Expand Down

0 comments on commit 430d690

Please sign in to comment.