diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-26 12:40:26 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-26 12:40:26 -0500 |
| commit | f07c8bc52aed011ecadcb9ef0e2bc45b6d492a4a (patch) | |
| tree | 67f87fc8da934b9179226fa86daaaa8bc919e184 /www/js/DataModel.js | |
| parent | ba041c5c2cf52d8757dcd8ecb089fca713c52f5c (diff) | |
removed force saving in LoginCtrl on menu toggle
Diffstat (limited to 'www/js/DataModel.js')
| -rwxr-xr-x | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index a748bc2d..7b46f4ee 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -350,7 +350,7 @@ angular.module('zmApp.controllers') if (monitors[m].Monitor.Id == positions[p].attr) { monitors[m].Monitor.listDisplay = positions[p].display; positionFound = true; - debug("DataModel: Setting MID:" + monitors[m].Monitor.Id + " to " + monitors[m].Monitor.listDisplay); + //debug("DataModel: Setting MID:" + monitors[m].Monitor.Id + " to " + monitors[m].Monitor.listDisplay); } } |
