diff options
Diffstat (limited to 'rotord/xmlIO.cpp')
| -rwxr-xr-x | rotord/xmlIO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
