diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-10 14:18:46 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-08-10 14:18:46 -0400 |
| commit | a23bb381f13c92c69ecc6bec8afa1dd9c12e456d (patch) | |
| tree | d49004bea5a5bb06442e88d5fb0107ef697a4555 /www/js/WizardCtrl.js | |
| parent | 4d6de9207171923628b90f6b3ba0ecb1febdb80d (diff) | |
#293 - wizard log
Former-commit-id: ab826fb7c8d858ba7fe41b78424f754a3cf6b386
Diffstat (limited to 'www/js/WizardCtrl.js')
| -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 |
