Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed May 6, 2024
1 parent b82e526 commit 3d26010
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,10 +740,4 @@ public void setFreeRunningFlag(String freeRunningFlag) {
this.freeRunningFlag = freeRunningFlag;
}

private static void oldDropOffSpellingWarning(String type) {
_log.warn("This feed uses the old spelling of '{}_pickup_drop_off_window' ('dropoff' instead of 'drop_off'). "
+ "Compatibility will be removed in the future, so please update your feed to be in line with the latest Flex V2 spec:"
+ " https://github.com/MobilityData/gtfs-flex/commit/547200dfb", type);
}

}

0 comments on commit 3d26010

Please sign in to comment.