diff --git a/src/tools/fs_shell/partition_support.cpp b/src/tools/fs_shell/partition_support.cpp index d0426417a6..7b1823eb71 100644 --- a/src/tools/fs_shell/partition_support.cpp +++ b/src/tools/fs_shell/partition_support.cpp @@ -151,8 +151,6 @@ restricted_file_restrict_stat(struct fssh_stat* st) if (!restriction) return; -printf("restricted_file_restrict_stat(): startOffset: %lld, endOffset: %lld\n", -restriction->startOffset, restriction->endOffset); st->fssh_st_size = restriction->endOffset - restriction->startOffset; }