Skip to content
Snippets Groups Projects
Commit 643669a9 authored by Rhys Evans's avatar Rhys Evans
Browse files

removed unwanted system print

parent fdbc6797
No related branches found
No related tags found
1 merge request!34Resolve "As a user, I would like a town specific page which shows all trails for that town so that I can easily see my progress"
......@@ -200,7 +200,6 @@ public class PlacesController {
public List<LocationsCoordinates> reorderCoordsWRTLocations(List<LocationsCoordinates> locCoords){
Collections.sort(locCoords,
Comparator.comparingInt(LocationsCoordinates::getLocationID));
System.out.println(locCoords);
return locCoords;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment