mirror of https://gitee.com/bigwinds/arangodb
removed some log message
This commit is contained in:
parent
cb14a63778
commit
55532a9fa5
|
@ -840,7 +840,6 @@ function FCALL_USER (name, parameters) {
|
|||
}
|
||||
|
||||
try {
|
||||
require("console").log({ name: name });
|
||||
return FIX_VALUE(UserFunctions[prefix][name].func.apply({ name: name }, parameters));
|
||||
} catch (err) {
|
||||
WARN(name, INTERNAL.errors.ERROR_QUERY_FUNCTION_RUNTIME_ERROR, AQL_TO_STRING(err.stack || String(err)));
|
||||
|
|
Loading…
Reference in New Issue