aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/narrative.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/narrative.c')
-rw-r--r--libstorycode/narrative.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstorycode/narrative.c b/libstorycode/narrative.c
index c7e1e31..f61e0f8 100644
--- a/libstorycode/narrative.c
+++ b/libstorycode/narrative.c
@@ -633,7 +633,6 @@ char *narrative_range_as_storycode(Narrative *n, int p1, size_t o1, int p2, size
text = g_memory_output_stream_steal_data(G_MEMORY_OUTPUT_STREAM(fh));
g_object_unref(fh);
- printf("SC '%s'\n", text);
return text;
}