mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +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;
|
break;
|
||||||
|
|
||||||
case kCallbackLua:
|
case kCallbackLua:
|
||||||
ILOG(" We tryin to call dat dang lua ref ");
|
|
||||||
nlua_call_ref(callback->data.luaref, "aucmd", args, false, NULL);
|
nlua_call_ref(callback->data.luaref, "aucmd", args, false, NULL);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user