summaryrefslogtreecommitdiff
path: root/www/js/WizardCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-01-07 10:48:04 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-01-07 10:48:04 -0500
commit20cebebf4f3ec8390f616a19b0c90603110d49e6 (patch)
tree24a98ea2422cd170a9d69b852ee2e1a083cbc3ee /www/js/WizardCtrl.js
parent3832eafc4f7ef2e5944971f09d2e865a5e2b30f4 (diff)
removed several console logs
Diffstat (limited to 'www/js/WizardCtrl.js')
-rw-r--r--www/js/WizardCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js
index 821783bd..e02258ae 100644
--- a/www/js/WizardCtrl.js
+++ b/www/js/WizardCtrl.js
@@ -312,7 +312,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$
function(error)
{
$ionicLoading.hide();
- console.log("No cgi-bin found: " + JSON.stringify(error));
+ NVRDataModel.debug("No cgi-bin found: " + JSON.stringify(error));
$scope.wizard.streamingValidText = $translate.instant('kPortalCgiBinFailed');
$scope.wizard.streamingColor = "#e74c3c";
d.reject(false);