Skip to content

Commit

Permalink
webservice MDL-23519 test client error message is not truncated anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mouneyrac committed Sep 20, 2010
1 parent 2b35ed1 commit ac73a38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions admin/webservice/testclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@

echo 'URL: '.s($serverurl);
echo $OUTPUT->box_start();
echo '<code>';

try {
$response = $testclient->simpletest($serverurl, $function, $params);
Expand All @@ -160,7 +159,6 @@
echo str_replace("\n", '<br />', s($ex));
}

echo '</code>';
echo $OUTPUT->box_end();
$mform->display();
echo $OUTPUT->footer();
Expand Down

0 comments on commit ac73a38

Please sign in to comment.