]> git.sesse.net Git - nageru/commitdiff
Remove a debug printf.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Nov 2015 01:17:25 +0000 (02:17 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Nov 2015 01:17:25 +0000 (02:17 +0100)
theme.cpp

index bd6af3d1a55685af88a3ba38d4533fef0f28452e..c1a25bab8171c06ae0fded9f563b0186fc8cab0a 100644 (file)
--- 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);