From ba97a6e263746cbcd7a608d5c5af529fe5443e1b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 17 Oct 2015 11:34:28 +1300 Subject: Fix quick tip extjs exceptions --- web/app/view/UserDevicesController.js | 1 - 1 file changed, 1 deletion(-) (limited to 'web/app/view') diff --git a/web/app/view/UserDevicesController.js b/web/app/view/UserDevicesController.js index aefc9d83e..20fb47f85 100644 --- a/web/app/view/UserDevicesController.js +++ b/web/app/view/UserDevicesController.js @@ -19,7 +19,6 @@ Ext.define('Traccar.view.UserDevicesController', { alias: 'controller.userDevices', init: function () { - console.log(this.getView().user.getData().id); this.getView().getStore().load({ scope: this, callback: function (records, operation, success) { -- cgit v1.2.3