--- lbbs/src/file_loader.c 2025/05/17 05:54:42 1.3 +++ lbbs/src/file_loader.c 2025/05/17 05:59:14 1.4 @@ -53,7 +53,6 @@ int file_loader_init() static void trie_file_dict_cleanup_cb(const char *filename, int64_t shmid) { - log_std("Cleanup: %s %ld\n", filename, shmid); if (shmctl((int)shmid, IPC_RMID, NULL) == -1) { log_error("shmctl(shmid=%d, IPC_RMID) error (%d)\n", (int)shmid, errno);