From 53d7ff589813e8c2f031ead9ad3a63fbbd957c03 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 2 Jul 2015 21:14:59 -0400 Subject: We can now see what is the current run state name and change ZM to a custom run state as well (uses isActive) --- www/js/DataModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/DataModel.js') 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) { -- cgit v1.2.3