1
0
Fork 0

removed some log message

This commit is contained in:
Jan Steemann 2016-07-08 14:44:11 +02:00
parent cb14a63778
commit 55532a9fa5
1 changed files with 0 additions and 1 deletions

View File

@ -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)));