Index: trunk/extensions/SignupAPI/SignupAPI.php |
— | — | @@ -63,7 +63,6 @@ |
64 | 64 | if ( $wgSignupAPIUseAjax ) { |
65 | 65 | $wgHooks['SignupForm'][] = 'onSignupAPIUseAjax'; |
66 | 66 | function onSignupAPIUseAjax() { |
67 | | - echo "Entered onSignupAPIUseAJax"; |
68 | 67 | global $wgOut; |
69 | 68 | $wgOut->addModules( 'ext.SignupAPI' ); |
70 | 69 | return true; |