diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-08 13:08:11 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-08 13:08:40 +0530 |
| commit | b955a603c27ffb3869901b1899303b936816afcf (patch) | |
| tree | da73b2254383d4aca3b86f4e26cef4b8ff5ce547 /src/LuaRuntimeApi.hpp | |
| parent | b41d47d1f5a9b7ae922830c5bdb83e2f182d1b52 (diff) | |
| download | null-browser-b955a603c27ffb3869901b1899303b936816afcf.tar.gz null-browser-b955a603c27ffb3869901b1899303b936816afcf.zip | |
Add web.json api (vendored dkjson)
Diffstat (limited to 'src/LuaRuntimeApi.hpp')
| -rw-r--r-- | src/LuaRuntimeApi.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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<WindowId> win_id = lua_isnoneornil(state, 3) ? std::nullopt : std::make_optional(lua_tointeger(state, 3)); auto &runtime = LuaRuntime::instance(); |
