From d904d8922f1ce94f296ab21f715f0b18db3f20a6 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 23 May 2023 23:36:21 +0000 Subject: [PATCH] Oops, no verbose. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4315 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/ssb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ssb.c b/src/ssb.c index 8d72a3bc..43bed668 100644 --- a/src/ssb.c +++ b/src/ssb.c @@ -2090,7 +2090,6 @@ tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, const char* db_path { tf_ssb_t* ssb = tf_malloc(sizeof(tf_ssb_t)); memset(ssb, 0, sizeof(*ssb)); - ssb->verbose = true; if (context) { ssb->context = context;