diff options
Diffstat (limited to 'src/serialisation/Parser.cpp')
-rw-r--r-- | src/serialisation/Parser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index 02644d58..d99af1fa 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -258,8 +258,8 @@ Parser::parse( path_str = string("/").append(path_str); if (!Path::is_valid(path_str)) { //cerr << "INVALID PATH: " << path_str << endl; - } else if (Path(path_str).parent() != "/") { - cout << "Non-root parent object " << path_str << endl; + //} else if (Path(path_str).parent() != "/") { + //cout << "Non-root parent object " << path_str << endl; //continue; } } |