From 1a40f407d1941d3b000ace3057aa0249e39ed1d5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 1 Nov 2015 02:17:25 +0100 Subject: [PATCH] Remove a debug printf. --- theme.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme.cpp b/theme.cpp index bd6af3d..c1a25ba 100644 --- a/theme.cpp +++ b/theme.cpp @@ -343,8 +343,6 @@ Theme::Theme(const char *filename, ResourcePool *resource_pool) L = luaL_newstate(); luaL_openlibs(L); - printf("constructing, this=%p\n", this); - register_class("EffectChain", EffectChain_funcs); register_class("LiveInputWrapper", LiveInputWrapper_funcs); register_class("WhiteBalanceEffect", WhiteBalanceEffect_funcs); -- 2.39.2