From a23bb381f13c92c69ecc6bec8afa1dd9c12e456d Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 10 Aug 2016 14:18:46 -0400 Subject: #293 - wizard log Former-commit-id: ab826fb7c8d858ba7fe41b78424f754a3cf6b386 --- www/js/WizardCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/js/WizardCtrl.js b/www/js/WizardCtrl.js index b36cf668..088379b8 100644 --- a/www/js/WizardCtrl.js +++ b/www/js/WizardCtrl.js @@ -454,7 +454,7 @@ angular.module('zmApp.controllers').controller('zmApp.WizardCtrl', ['$scope', '$ .then(function (ans) { // login now $ionicLoading.hide(); - ZMDataModel.zmLog("zmWizard: logging in with " + u + " " + zmu + ":" + zmp); + ZMDataModel.zmLog("zmWizard: logging in with " + u + " " + zmu ); // The logic will be: // Login then do an api detect and cgi-detect together -- cgit v1.2.3