mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
- Remove forgotten temporary debug message.
svn path=/trunk/; revision=10476
This commit is contained in:
parent
7a93d2f239
commit
29d654749b
1 changed files with 0 additions and 2 deletions
|
@ -247,8 +247,6 @@ U64 NtfsReadAttribute(PNTFS_ATTR_CONTEXT Context, U64 Offset, PCHAR Buffer, U64
|
|||
DataRunStartLCN = -1;
|
||||
}
|
||||
|
||||
DbgPrint((DPRINT_FILESYSTEM, "YYY - %I64x\n", DataRunStartLCN));
|
||||
|
||||
if (Offset >= CurrentOffset &&
|
||||
Offset < CurrentOffset + (DataRunLength * NtfsClusterSize))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue