From cb120b110fb062a19b73837cd812db243455ca11 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 13 Aug 2016 09:08:35 -0400 Subject: #304 - upgraded native-transitions package as well Former-commit-id: 066dc6ffa5ecf8949fa3c0a1191d2bebf2f88d50 --- 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 ba075a07..59f05820 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