commit 4bd631d2c7c5f09f7a23c969eb5675b9a18c3712
parent 3a85c12f0accf7d80ada058144ed23bd5db6f2ff
Author: Brian Swetland <swetland@frotz.net>
Date: Wed, 4 Sep 2013 05:06:49 -0700
effect: remove debug print
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/common/Effect.cc b/common/Effect.cc
@@ -15,7 +15,6 @@
#include <string>
-#include "util.h"
#include "Effect.h"
void Effect::apply(void) {
@@ -45,7 +44,6 @@ int Effect::init(const char *name) {
break;
}
}
- printx("EXTRAS---\n%s",defines.c_str());
if (vs.load(vname.c_str(), defines.c_str()))
return -1;
if (ps.load(fname.c_str(), defines.c_str()))