Skip to content

Commit 6cc0f5b

Browse files
committed
remove console.log()
1 parent 57ea969 commit 6cc0f5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

js/tracker.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,8 +2591,6 @@ function refresh() {
25912591
return;
25922592
}
25932593

2594-
console.log(vehicles);
2595-
25962594
if (ajax_inprogress_old == wvar.query) {
25972595
if (vehicles.hasOwnProperty(wvar.query)) {
25982596
return;
@@ -2674,7 +2672,7 @@ function refreshSingle(serial, first) {
26742672
}
26752673
return;
26762674
}
2677-
2675+
26782676
if (ajax_inprogress_old == wvar.query) {
26792677
if (vehicles.hasOwnProperty(wvar.query)) {
26802678
return;
@@ -2716,8 +2714,6 @@ function refreshSingle(serial, first) {
27162714

27172715
function refreshSingleOld(serial) {
27182716

2719-
console.log(vehicles);
2720-
27212717
if (ajax_inprogress_old == wvar.query) {
27222718
if (vehicles.hasOwnProperty(wvar.query)) {
27232719
return;

0 commit comments

Comments
 (0)