]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-13766, remove debug code"
authordongsheng <dongsheng>
Tue, 21 Apr 2009 02:30:43 +0000 (02:30 +0000)
committerdongsheng <dongsheng>
Tue, 21 Apr 2009 02:30:43 +0000 (02:30 +0000)
repository/ws.php

index c856bde3763741713501fa0c29a96c7530a3437d..a653dad2fb9dc10a537e4d05d3a2c4271f6944dd 100644 (file)
         // the callback url should be something like this:
         // http://xx.moodle.com/repository/ws.php?callback=yes&repo_id=1&sid=xxx
         // sid is the attached auth token from external source
-        echo_fb($client_id);
-        echo_fb($repo_id);
         $js  =<<<EOD
 <html><head><script type="text/javascript">
     window.opener.repository_callback($repo_id);