aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDevicesController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-10-17 11:34:28 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2015-10-17 11:34:28 +1300
commitba97a6e263746cbcd7a608d5c5af529fe5443e1b (patch)
tree85746a392b446322631931f05d8be206feeb2296 /web/app/view/UserDevicesController.js
parent5656abb1fd722e3d1014abcd51f1b09e39f50589 (diff)
downloadtraccar-server-ba97a6e263746cbcd7a608d5c5af529fe5443e1b.tar.gz
traccar-server-ba97a6e263746cbcd7a608d5c5af529fe5443e1b.tar.bz2
traccar-server-ba97a6e263746cbcd7a608d5c5af529fe5443e1b.zip
Fix quick tip extjs exceptions
Diffstat (limited to 'web/app/view/UserDevicesController.js')
-rw-r--r--web/app/view/UserDevicesController.js1
1 files changed, 0 insertions, 1 deletions
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) {