Remove debug leftovers

This commit is contained in:
Martín Capello 2025-03-06 07:55:46 -03:00
parent 23602c2870
commit 662d5730f7

View File

@ -170,10 +170,6 @@ struct Dialog {
void unrefShow()
{
if (showRef != LUA_REFNIL) {
int status = lua_status(this->L);
TRACE("status: %d %d\n", showRef, status);
// this->L
luaL_unref(this->L, LUA_REGISTRYINDEX, showRef);
luaL_unref(this->L, LUA_REGISTRYINDEX, dlgStateRef);
showRef = LUA_REFNIL;