From 439d60588132d1a97150c431692f661a5c8d5fc1 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 17 Dec 2018 09:50:55 +0000
Subject: [PATCH] Fix display of schedules for unknown vehicles

---
 common.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/common.js b/common.js
index 6a18a8c..a22a086 100644
--- a/common.js
+++ b/common.js
@@ -80,7 +80,6 @@
 function parseVehicle(vehicleId) {
 	if(!vehicleId) return false;
 	if(vehicleId.substr(0, 15) != '635218529567218') {
-		console.log('Unknown vehicle, vehicleId=' + vehicleId);
 		return false;
 	}
 	

--
Gitblit v1.9.1