summaryrefslogtreecommitdiffstats
path: root/src/RDFModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RDFModel.cpp')
-rw-r--r--src/RDFModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RDFModel.cpp b/src/RDFModel.cpp
index 080eb24..d1a1c64 100644
--- a/src/RDFModel.cpp
+++ b/src/RDFModel.cpp
@@ -63,9 +63,9 @@ Model::Model(World& world, const Glib::ustring& data_uri, Glib::ustring base_uri
librdf_free_uri(uri);
librdf_free_parser(parser);
- cout << endl << "Loaded model from " << data_uri << ":" << endl;
+ /*cout << endl << "Loaded model from " << data_uri << ":" << endl;
serialize_to_file_handle(stdout);
- cout << endl << endl;
+ cout << endl << endl;*/
}