diff options
author | David Robillard <d@drobilla.net> | 2011-02-19 05:13:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-19 05:13:24 +0000 |
commit | 75df50e0050b9701179a423032077c24fb794d5c (patch) | |
tree | 40115f6baf2ca0c5ccd8a812fadd97f501092bae /src/serialisation | |
parent | 6b18de71d1c603255b263a64434005306f152f13 (diff) | |
download | ingen-75df50e0050b9701179a423032077c24fb794d5c.tar.gz ingen-75df50e0050b9701179a423032077c24fb794d5c.tar.bz2 ingen-75df50e0050b9701179a423032077c24fb794d5c.zip |
Sshh.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2994 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/Parser.cpp | 4 |
1 files changed, 0 insertions, 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, |