Index: trunk/extensions/SignupAPI/SignupAPI.php |
— | — | @@ -26,7 +26,6 @@ |
27 | 27 | ); |
28 | 28 | |
29 | 29 | global $wgSignupAPISourceTracking,$wgSignupAPIUseAjax; |
30 | | -echo "before, AJAX = $wgSignupAPIUseAjax, Source= $wgSignupAPISourceTracking"; |
31 | 30 | $wgSignupAPIUseAjax = true; |
32 | 31 | $wgSignupAPISourceTracking = true; |
33 | 32 | |