summaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index 0666ecd..6542071 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -228,7 +228,6 @@ sord_read_file(SordModel model,
FILE* const fd = fopen((const char*)path, "r");
if (!fd) {
- fprintf(stderr, "failed to open file %s\n", path);
return false;
}