We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a40b3 commit f860ac3Copy full SHA for f860ac3
storage.c
@@ -44,7 +44,6 @@ void save_chat(){
44
printf("Failed to create file: \"%s\". Did not save.\n", chatStoragePath);
45
}
46
char *stringifiedChat = stringify_chat_log();
47
- printf("Chat log: %s\n", stringifiedChat);
48
write(fd, stringifiedChat, strlen(stringifiedChat));
49
free(stringifiedChat);
50
close(fd);
0 commit comments