mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
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:
parent
1251003975
commit
9d40c092fe
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user