From d464a7efc25eb3b944db84a4c03e986d964f37e0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 11 Sep 2008 21:37:29 +0000 Subject: Removed loads of strange, old debugging statements that weren't really needed. --- src/minimacro.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/minimacro.cpp b/src/minimacro.cpp index 5fd7333..ecacd79 100644 --- a/src/minimacro.cpp +++ b/src/minimacro.cpp @@ -81,12 +81,12 @@ Bu::FString Bu::MiniMacro::parseRepl() { sOut = hVars[sName]; bIsFirst = false; - printf("Variable: \"%s\"\n", sName.getStr() ); + //printf("Variable: \"%s\"\n", sName.getStr() ); } else { sOut = callFunc( sOut, sName ); - printf("Filter: \"%s\"\n", sName.getStr() ); + //printf("Filter: \"%s\"\n", sName.getStr() ); } if( *sNext == '}' ) { @@ -105,7 +105,7 @@ Bu::FString Bu::MiniMacro::parseRepl() Bu::FString Bu::MiniMacro::parseCond() { Bu::FString sOut; - printf("%20s\n", sCur ); + //printf("%20s\n", sCur ); return sOut; } @@ -132,10 +132,10 @@ Bu::FString Bu::MiniMacro::parseCmd() } else { - printf("Uh...?\n"); + //printf("Uh...?\n"); } - printf("%20s\n", sCur ); + //printf("%20s\n", sCur ); return sOut; } -- cgit v1.2.3