From b955a603c27ffb3869901b1899303b936816afcf Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 8 Aug 2025 13:08:11 +0530 Subject: Add web.json api (vendored dkjson) --- src/LuaRuntimeApi.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/LuaRuntimeApi.hpp') diff --git a/src/LuaRuntimeApi.hpp b/src/LuaRuntimeApi.hpp index 239276e..de8cc66 100644 --- a/src/LuaRuntimeApi.hpp +++ b/src/LuaRuntimeApi.hpp @@ -342,7 +342,6 @@ int lua_api_decorations_set_enabled(lua_State *state) { int lua_api_decorations_set_size(lua_State *state) { auto type = (DecorationType)lua_tointeger(state, 1); uint16_t size = lua_tointeger(state, 2); - qDebug() << "::api" << type << size; std::optional win_id = lua_isnoneornil(state, 3) ? std::nullopt : std::make_optional(lua_tointeger(state, 3)); auto &runtime = LuaRuntime::instance(); -- cgit v1.3.1