diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/WizardCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
