From 75df50e0050b9701179a423032077c24fb794d5c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 19 Feb 2011 05:13:24 +0000 Subject: Sshh. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2994 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index 059a9bfd..cc9312a3 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -513,12 +513,8 @@ Parser::parse_node(Ingen::Shared::World* world, parse_patch(world, target, sub_model, sub_node, path.parent(), Raul::Symbol(path.symbol())); - cout << "DONE PARSING SUB PATCH FILE" << endl; - parse_patch(world, target, model, subject, path.parent(), Raul::Symbol(path.symbol())); - - cout << "} SUB PATCH" << endl; } else { Resource::Properties props = get_properties(model, subject); props.insert(make_pair(uris.rdf_type, -- cgit v1.2.1