diff seobeo/s_web.c @ 82:1ded13720541

Added new logos.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 12:45:22 -0800
parents 5710108c949e
children 19cccf6e866a
line wrap: on
line diff
--- a/seobeo/s_web.c	Thu Jan 01 08:24:06 2026 -0800
+++ b/seobeo/s_web.c	Thu Jan 01 12:45:22 2026 -0800
@@ -31,7 +31,6 @@
 
 char* Seobeo_Web_LoadFile(const char *file_path, size_t *p_file_size)
 {
-  printf("file_path: %s\n", file_path);
   char full_path[1024];
   snprintf(full_path, sizeof(full_path), "%s/%s", g_folder_path, file_path);