diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-01-27 16:32:02 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-01-27 16:32:02 -0500 |
| commit | 1f404962fd9d20c0ff25d026ce2af2f8f6840120 (patch) | |
| tree | 3afe8942a5a232e786442ba3c4632aec3e2afdf9 /www/js/DataModel.js | |
| parent | fd1598f4515777275d58b1d14cce8b75961accd7 (diff) | |
#154 - montage history updates
Former-commit-id: 42cd82e17eef928d53b568989a143842d492b59f
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | 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 8e3915f5..88a0ac38 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -116,7 +116,7 @@ angular.module('zmApp.controllers') zmLog("Saving all parameters to storage"); - zmDebug ("DataModel/setLogin: writing " + JSON.stringify(newLogin)); + //zmDebug ("DataModel/setLogin: writing " + JSON.stringify(newLogin)); //$localstorage.setObject($rootScope.currentServerGroup, loginData); console.log ("Saving For " + loginData.serverName); |
