X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.cpp;h=c1a25bab8171c06ae0fded9f563b0186fc8cab0a;hb=1a40f407d1941d3b000ace3057aa0249e39ed1d5;hp=bd6af3d1a55685af88a3ba38d4533fef0f28452e;hpb=4a02aa24a41bd7b1a5fad276914af1c7c3d8ee7f;p=nageru 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);