From 0a5f1e4311d047b12738e435e5a7ac403689938d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 28 Nov 2008 19:40:56 +0000 Subject: Shutup. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1814 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.cpp | 4 ++-- 1 file 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; } } -- cgit v1.2.1