mirror of https://gitee.com/bigwinds/arangodb
rollback pseudo-optimization because of its side-effects
This commit is contained in:
parent
f77dbc005c
commit
1bd48bb606
|
@ -65,9 +65,6 @@ require("org/arangodb");
|
||||||
// load the actions from the actions directory
|
// load the actions from the actions directory
|
||||||
require("org/arangodb/actions").startup();
|
require("org/arangodb/actions").startup();
|
||||||
|
|
||||||
// initialize AQL
|
|
||||||
require("org/arangodb/aql");
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
// --SECTION-- END-OF-FILE
|
// --SECTION-- END-OF-FILE
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue