Skip to content

Commit

Permalink
web service MDL-12886 comment the web service description array gener…
Browse files Browse the repository at this point in the history
…ation (too much complex, need refactoring)
  • Loading branch information
jerome committed Feb 26, 2009
1 parent 3fba577 commit 2f4dc99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webservice/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,9 @@ public static function generate_webservice_description($file, $class){

}
}
echo "<pre>";
var_dump($description);
echo "</pre>";
// echo "<pre>";
// var_dump($description);
// echo "</pre>";
return $description;

}
Expand Down

0 comments on commit 2f4dc99

Please sign in to comment.