summaryrefslogtreecommitdiffstats
path: root/src/serialisation
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-20 00:09:41 +0000
committerDavid Robillard <d@drobilla.net>2012-03-20 00:09:41 +0000
commitaae10599a5c0d8fdae5fd962533a1d54385f733c (patch)
tree9b7e523ca272fa4cbb427205c4183457ca98c3da /src/serialisation
parent254b434f0a79fea54bd963e8ff2e845a5b0cd3a6 (diff)
downloadingen-aae10599a5c0d8fdae5fd962533a1d54385f733c.tar.gz
ingen-aae10599a5c0d8fdae5fd962533a1d54385f733c.tar.bz2
ingen-aae10599a5c0d8fdae5fd962533a1d54385f733c.zip
Sshh.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4081 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation')
-rw-r--r--src/serialisation/Parser.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp
index 19c1f957..d6e613c8 100644
--- a/src/serialisation/Parser.cpp
+++ b/src/serialisation/Parser.cpp
@@ -125,12 +125,6 @@ get_properties(Ingen::Shared::World* world,
atomm = world->forge().alloc(
atom->size, atom->type, LV2_ATOM_BODY(atom));
}
- /*
- std::cerr << "READ PROPERTY " << i.get_predicate()
- << " = " << world->forge().str(atomm)
- << " :: " << unmap->unmap(unmap->handle, atom->type)
- << std::endl;
- */
props.insert(make_pair(i.get_predicate().to_string(), atomm));
}
}