1
0
Fork 0

removed useless explain

This commit is contained in:
jsteemann 2017-09-01 14:14:01 +02:00
parent 0537eb95bc
commit b1fd92c438
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ function explainSuite () {
cn + "/testkey3" // And this
]
};
require("internal").db._explain(query, bindParams);
assertEqual([ 1, 2, 3], AQL_EXECUTE(query, bindParams).json);
}
};