From e1d56b16b986c31679f9356a7325c4d2f08339cb Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 18 Aug 2016 18:45:39 -0400 Subject: remove debug console Former-commit-id: 892f7a8aa0742281851baee02c0be549e5a14192 --- www/js/DataModel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 59f05820..150796c6 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -154,7 +154,7 @@ angular.module('zmApp.controllers') val = val.replace(regex2, ""); } $fileLogger.debug(val); - console.log (val); + //console.log (val); } } @@ -175,7 +175,7 @@ angular.module('zmApp.controllers') //"username":"zmninja","password":"xyz", //val = val.replace(/\"password:\", $fileLogger.log(logtype, val); - console.log (val); + // console.log (val); } } -- cgit v1.2.3