Skip to content

Commit de5de31

Browse files
Mark JessopMark Jessop
authored andcommitted
Remove unnecessary log
1 parent 08a38e1 commit de5de31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/tracker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,8 +2176,6 @@ function mapInfoBox_handle_prediction(event) {
21762176
altitude = Math.round(data.alt) + " m";
21772177
}
21782178

2179-
console.log(event);
2180-
21812179
mapInfoBox.setContent("<pre>" +
21822180
formatDate(new Date(parseInt(data.time) * 1000), true) + "\n\n" +
21832181
"<b>Altitude:</b> " + altitude + "\n" +

0 commit comments

Comments
 (0)