diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 21:14:59 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 21:14:59 -0400 |
| commit | 53d7ff589813e8c2f031ead9ad3a63fbbd957c03 (patch) | |
| tree | 9ca085ea07f2a27ccc189791bac7a2312c1057e1 /www/js/DataModel.js | |
| parent | 2e0442f57259456c87ec59e80873e266e3c83fee (diff) | |
We can now see what is the current run state name and change ZM to a custom run state as well (uses isActive)
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 711ec016..3de0f781 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -161,7 +161,7 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion console.log ("**** setAwake called with:" + val); - zmLog("Switching screen always on to " + val); + // zmLog("Switching screen always on to " + val); if (val) { |
