Skip to content

Commit

Permalink
Update filesystem_utils.h remove debug log line
Browse files Browse the repository at this point in the history
  • Loading branch information
TGS963 authored Apr 24, 2024
1 parent c94c312 commit b2b8b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filesystem_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ static bool filepath_is_readable(const path_t &path)

static path_t sanitize_filepath(const path_t &path)
{
fprintf(stderr, "path: %s\n", path.c_str());
if (filepath_is_readable(path))
return path;

Expand Down

0 comments on commit b2b8b9a

Please sign in to comment.