diff options
| author | Comment <tim@gray.(none)> | 2013-03-03 20:21:46 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-03-03 20:21:46 +0000 |
| commit | 87b2dabd9dd692aa505ea1327893d719f56fa162 (patch) | |
| tree | a731429afc7fa2ac4267ef48a07febdea8fa2299 /rotord/xmlIO.cpp | |
| parent | 67a7395433c49c2e3ae193ca983e3349f68268eb (diff) | |
xml transfusion
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; |
