1
0
Fork 0

aranqo quiet

This commit is contained in:
Heiko Kernbach 2012-06-11 13:34:53 +02:00
parent 2e0edb9a79
commit 81edb0ec0a
1 changed files with 3 additions and 0 deletions

View File

@ -485,6 +485,9 @@ function require (path) {
return module.require(path);
}
function ARANGO_QUIET (path) {
return false;
}
////////////////////////////////////////////////////////////////////////////////
/// @}
////////////////////////////////////////////////////////////////////////////////