From c7199d6d8c1015cfb7a4ac1b5a52912e5df57d5b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 18 Nov 2015 10:50:30 +1300 Subject: Remove map controller console log --- web/app/view/MapController.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/app/view') diff --git a/web/app/view/MapController.js b/web/app/view/MapController.js index 95ceb51c3..711bdadf9 100644 --- a/web/app/view/MapController.js +++ b/web/app/view/MapController.js @@ -54,7 +54,6 @@ Ext.define('Traccar.view.MapController', { }, getDeviceColor: function (device) { - console.log(device.get('status')); switch (device.get('status')) { case 'online': return Traccar.Style.mapColorOnline; -- cgit v1.2.3