From: Steinar H. Gunderson Date: Sun, 1 Nov 2015 01:17:25 +0000 (+0100) Subject: Remove a debug printf. X-Git-Tag: 1.0.0~195 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=1a40f407d1941d3b000ace3057aa0249e39ed1d5 Remove a debug printf. --- 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);