And I wondered why the darn the thing was so slow all of the sudden...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4764 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder 2003-09-19 06:18:45 +00:00
parent 6238495ebb
commit 3b488b83e1
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ Volume::MapBlock(udf_long_address address, off_t *mappedBlock)
}
if (!err) {
PRINT(("mapped to block %Ld\n", *mappedBlock));
snooze(5000);
}
}
RETURN(err);