From 87b2dabd9dd692aa505ea1327893d719f56fa162 Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 3 Mar 2013 20:21:46 +0000 Subject: xml transfusion --- rotord/xmlIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/xmlIO.cpp') diff --git a/rotord/xmlIO.cpp b/rotord/xmlIO.cpp index 5ff404e..d83380c 100755 --- a/rotord/xmlIO.cpp +++ b/rotord/xmlIO.cpp @@ -198,7 +198,7 @@ bool xmlIO::pushTag(const string& tag, int which){ level++; return true; }else{ - ofLog( OF_LOG_ERROR, "pushTag - <" + tag + "> tag not found"); + //ofLog( OF_LOG_ERROR, "pushTag - <" + tag + "> tag not found"); } return false; -- cgit v1.2.3