Skip to content

Commit

Permalink
Removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed May 16, 2024
1 parent 2172948 commit 5d3cbd2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public void broadcastMap(ProcessedMap<LineString> map) {

if (intersectionID != -1) {
try {
System.out.println(mapper.writeValueAsString(map));
broadcastMessage(buildTopicName(-1, intersectionID, "map"), mapper.writeValueAsString(map));
} catch (JsonProcessingException e) {
// TODO Auto-generated catch block
Expand Down

0 comments on commit 5d3cbd2

Please sign in to comment.