From 4e75d186c73c9492b1d1f14c2979cf9fee4e9eaa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 17 Nov 2008 02:17:13 +0000 Subject: Barf less to the console. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1751 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Parser.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/serialisation') diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index fac5a656..0bd8b476 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -71,7 +71,7 @@ Parser::parse_document( Redland::Model model(*world->rdf_world, document_uri, document_uri); if (object_uri == document_uri || object_uri == "") - cout << "Parsing document " << object_uri << " (base " << document_uri << ")" << endl; + cout << "Parsing document " << object_uri << endl; else cout << "Parsing " << object_uri << " from " << document_uri << endl; @@ -268,8 +268,6 @@ Parser::parse( if (path_str.length() > 0) { const string uri = path_str.substr(1); target->set_property(uri, "rdf:type", Atom(Atom::URI, rdf_class.to_c_string())); - } else { - cout << "ERROR: Plugin with no URI parsed, ignoring" << endl; } } -- cgit v1.2.1