MINOR Removed debug::show() when src/ path not found, it throws off buildbot

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115574 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2011-01-15 21:53:02 +00:00
parent 1251003975
commit 9d40c092fe
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ DocumentationSearch::enable();
try{
DocumentationService::register("sapphire", BASE_PATH ."/src/github/master/sapphire/docs/", '2.4');
} catch(InvalidArgumentException $e) {
Debug::show($e);
} // Silence if path is not found (for CI environment)