From 8fd8b50d51b234011f00bab7b46cf56cfd760f99 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 18 Mar 2008 15:46:53 +0000 Subject: Debug output cleanup. --- server/src/macro_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/macro_parser.cc') diff --git a/server/src/macro_parser.cc b/server/src/macro_parser.cc index 7fc9609..62c74ca 100644 --- a/server/src/macro_parser.cc +++ b/server/src/macro_parser.cc @@ -71,7 +71,7 @@ static void start_hndl(void *p, const char *el, const char **attr) // Do something reasonable with them... if(name == "macro") { - printf("Macro %s %s\n", attributes["name"].c_str(), attributes["resume"].c_str()); + // printf("Macro %s %s\n", attributes["name"].c_str(), attributes["resume"].c_str()); parser->macro->name = attributes["name"]; parser->macro->format = attributes["resume"]; // return; -- cgit v1.2.3