print line removed

cusax-fix
Yana Stamcheva 20 years ago
parent f6268987ba
commit 09e25067eb

@ -217,10 +217,9 @@ public void modifyAccount(ProtocolProviderService protocolProvider) {
}
}
System.out.println("WIZARD CLASSS NAME::::::::" + wizardClassName);
AccountRegistrationWizard wizard
= getWizardFromClassName(wizardClassName);
System.out.println("WIZARD::::::::" + wizard);
this.registerWizardPage(summaryPage.getIdentifier(), summaryPage);
this.setCurrentWizard(wizard);

Loading…
Cancel
Save