summaryrefslogtreecommitdiff
path: root/server/src/macro_parser.cc
diff options
context:
space:
mode:
authordeva <deva>2008-03-18 15:46:53 +0000
committerdeva <deva>2008-03-18 15:46:53 +0000
commit8fd8b50d51b234011f00bab7b46cf56cfd760f99 (patch)
tree47c3f253117aa5dccc8e7d18049026d1601c45af /server/src/macro_parser.cc
parent7e744c07d8867ad8687f874c30f3f651bc53fa89 (diff)
Debug output cleanup.
Diffstat (limited to 'server/src/macro_parser.cc')
-rw-r--r--server/src/macro_parser.cc2
1 files changed, 1 insertions, 1 deletions
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;