Skip to content

Commit

Permalink
Update RunCalculateUAMTravelTimes.java
Browse files Browse the repository at this point in the history
  • Loading branch information
RRothfeld committed Aug 20, 2020
1 parent 6cef8eb commit 0b7b4ea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public static void main(String[] args) throws Exception {
System.out.println("ARGS: config.xml* trips.csv* outputfile-name*");
System.out.println("(* required)");

log.warn(UAMConstants.uam.toUpperCase() + " process times are being ignored! All passenger processes are set to duration of 0.");

// ARGS
int j = 0;
String configInput = args[j++];
Expand Down

0 comments on commit 0b7b4ea

Please sign in to comment.