summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--src/sordi.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 12562e1..c5b63a1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ sord (9999) unstable;
* Add error callback to world for custom error reporting
* Performance and space (per node) improvements
+ * Remove problematic "Loaded n statements" output from serdi
* sordmm.hpp: Add indices and graphs parameters to Model constructor
* sordmm.hpp: Remove overzealous URI scheme assertion
* sordmm.hpp: Correctly handle Sord::Node self-assignment
diff --git a/src/sordi.c b/src/sordi.c
index a609194..004c6cf 100644
--- a/src/sordi.c
+++ b/src/sordi.c
@@ -179,9 +179,6 @@ main(int argc, char** argv)
serd_reader_free(reader);
- fprintf(stderr, "Loaded %lu statements\n",
- (unsigned long)sord_num_quads(sord));
-
SerdEnv* write_env = serd_env_new(&base_uri_node);
int output_style = SERD_STYLE_RESOLVED;