mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
chore(aucmd): remove left-over debug log (#17649)
This commit is contained in:
parent
2783f4cc4a
commit
bce1fd2218
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user