From 1149e982f0e01db320e099a2389229e09e36152b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 11 Mar 2008 17:00:55 +0000 Subject: [PATCH] Left over debug output. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24358 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tools/fs_shell/partition_support.cpp | 2 -- 1 file changed, 2 deletions(-) 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; }