summaryrefslogtreecommitdiff
path: root/src/c/urweb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/urweb.c')
-rw-r--r--src/c/urweb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/c/urweb.c b/src/c/urweb.c
index a6639ef2..50aac5e8 100644
--- a/src/c/urweb.c
+++ b/src/c/urweb.c
@@ -519,7 +519,6 @@ size_t uw_heap_max = SIZE_MAX;
size_t uw_script_max = SIZE_MAX;
uw_context uw_init(int id, uw_loggers *lg) {
- puts("Initializing");
uw_context ctx = malloc(sizeof(struct uw_context));
ctx->app = NULL;