Skip to content

Commit e643872

Browse files
committed
Remove debug code
1 parent 4109f1a commit e643872

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mz_os.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ int32_t mz_dir_has_unsafe_symlink(const char *path, const char *base_path) {
329329
resolved = (char *)calloc(1, max_path);
330330

331331
if (!symlink_target || !combined || !resolved) {
332-
printf("Unsafe symlink detected 1: %s \n", check_path);
333-
exit(-200);
334332
err = MZ_MEM_ERROR;
335333
break;
336334
}

0 commit comments

Comments
 (0)