From 64bd557e75113743f179086b365ea7d97b72ee3e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 12 Nov 2009 06:56:26 +0000 Subject: String port support. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2255 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Serialiser.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/serialisation') diff --git a/src/serialisation/Serialiser.cpp b/src/serialisation/Serialiser.cpp index a2e92454..d3583124 100644 --- a/src/serialisation/Serialiser.cpp +++ b/src/serialisation/Serialiser.cpp @@ -496,8 +496,6 @@ Serialiser::serialise_properties( const Redland::Resource key(_model->world(), v->first.str()); const Redland::Node value = AtomRDF::atom_to_node(_model->world(), v->second); if (value.is_valid()) { - cerr << "serialise property '" << v->first << "' = " << value << " :: " - << (int)v->second.type() << endl; _model->add_statement(subject, key, value); } else { cerr << "WARNING: can not serialise variable '" << v->first << "' :: " -- cgit v1.2.1