mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
chore(aucmd): remove left-over debug log (#17649)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user