diff --git a/www/js/controllers/join-controllers.js b/www/js/controllers/join-controllers.js
index ea5714a5547eca724de52fd9f3c2c9722b0de6da..2aae2783c8399f121fb5815b63bdacae05b1a3d5 100644
--- a/www/js/controllers/join-controllers.js
+++ b/www/js/controllers/join-controllers.js
@@ -194,12 +194,11 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod
         'join-salt' : ( $scope.slides.slider.activeIndex == 3 ?
           'join-password' : 'join-pseudo');
     }
-    console.debug("[join] Ask to show help on " + helpAnchor);
     Modals.showHelp({anchor: helpAnchor});
   };
 
   // TODO: remove auto add account when done
-  $timeout(function() {
+  /*$timeout(function() {
     //$scope.selectCurrency('test_net');
     //$scope.selectAccountType('member');
     $scope.formData.username="azertypoi";
@@ -209,5 +208,5 @@ function JoinModalController($scope, $state, $timeout, UIUtils, CryptoUtils, Mod
     $scope.formData.pseudo="azertypoi";
     //$scope.doNext();
     //$scope.doNext();
-  }, 400);
+  }, 400);*/
 }