Left over debug output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24358 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-03-11 17:00:55 +00:00
parent 313492b63f
commit 1149e982f0

View File

@ -151,8 +151,6 @@ restricted_file_restrict_stat(struct fssh_stat* st)
if (!restriction) if (!restriction)
return; return;
printf("restricted_file_restrict_stat(): startOffset: %lld, endOffset: %lld\n",
restriction->startOffset, restriction->endOffset);
st->fssh_st_size = restriction->endOffset - restriction->startOffset; st->fssh_st_size = restriction->endOffset - restriction->startOffset;
} }