Skip to content

Commit 9032081

Browse files
removed left over console.log()
1 parent 5c3c60f commit 9032081

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

js/chasecar.lib.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ ChaseCar.putListenerInfo = function(callsign) {
7272
// @callsign string
7373
// @position object (geolocation position object)
7474
ChaseCar.updatePosition = function(callsign, position) {
75-
console.log(position);
7675
if(!position || !position.coords) return;
7776

7877
ChaseCar.request({

js/mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)