chore(aucmd): remove left-over debug log (#17649)

This commit is contained in:
Christian Clason 2022-03-08 12:56:45 +01:00 committed by GitHub
parent 2783f4cc4a
commit bce1fd2218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7789,7 +7789,6 @@ bool callback_call(Callback *const callback, const int argcount_in, typval_T *co
break;
case kCallbackLua:
ILOG(" We tryin to call dat dang lua ref ");
nlua_call_ref(callback->data.luaref, "aucmd", args, false, NULL);
return false;