diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/Parser.cpp | 6 |
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)); } } |