From 20cebebf4f3ec8390f616a19b0c90603110d49e6 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 7 Jan 2018 10:48:04 -0500 Subject: removed several console logs --- www/js/WizardCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/WizardCtrl.js') 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); -- cgit v1.2.3