Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciamichellew committed Sep 22, 2023
1 parent 73fed52 commit d5b48f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/kevin/parser/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ public QueryObject prepareArguments(String userInput) throws KevinException {
throw new KevinException(new StringBuilder().append("Event command needs to follow ")
.append("\"event {deadline name} /from {event start time} /to {event end time}\".").toString());
}
System.out.println(argumentGetName[1].trim());
args.add(argumentGetName[0]);
args.add(argumentGetDate[0]);
args.add(argumentGetDate[1]);
Expand Down

0 comments on commit d5b48f6

Please sign in to comment.