a95056bd50bc — Vesa Norilo 5 years ago
remove erroneous line
1 files changed, 1 insertions(+), 2 deletions(-)

M Pure-Data/pd.cpp
M Pure-Data/pd.cpp +1 -2
@@ 5,7 5,7 @@ 
 #include <memory>
 #include <tuple>
 
-#if NDEBUG
+#ifndef NDEBUG
 #define CONSOLE(...) post(__VA_ARGS__)
 #else 
 #define CONSOLE(...)

          
@@ 128,7 128,6 @@ class Class : public IConfigurator {
 
 	void Dispatch(t_wrapper* w, Param& p, int argc, t_atom* argv) {
 		if (!p.ksym->size) return;
-		if (argc > 0 && )
 
 		CONSOLE("[%s] %s", name.c_str(), p.ksym->sym);