From 1697190189f603f5535b6553bc626f3d80e7dc0c Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Tue, 12 Mar 2024 20:52:05 +0400 Subject: [PATCH] remove print --- apps/ios/SimpleXChat/hs_init.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/ios/SimpleXChat/hs_init.c b/apps/ios/SimpleXChat/hs_init.c index a2ac41cbe1..fa40306e6a 100644 --- a/apps/ios/SimpleXChat/hs_init.c +++ b/apps/ios/SimpleXChat/hs_init.c @@ -7,7 +7,6 @@ // #include "hs_init.h" -#include #include extern void hs_init_with_rtsopts(int * argc, char **argv[]); @@ -26,7 +25,6 @@ void haskell_init(const char *eventlog, const char *heap_profile) { if (eventlog) { static char ol[1024] = "-ol"; (void)strncpy(&ol[3], eventlog, sizeof(ol) - 3); - printf("%s\n", ol); argv[argc++] = ol; argv[argc++] = "-l-agu"; // collect GC and user events }