aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntimeApi.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaRuntimeApi.hpp')
-rw-r--r--src/LuaRuntimeApi.hpp1
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();