Skip to content

Commit b3ddb91

Browse files
committed
halartx: don't need this debug print anymore
1 parent 06dcd04 commit b3ddb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

halartx/source/exilock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static NTSTATUS ExipLock(ULONG channel, HAL_EXI_LOCK_CALLBACK callback, PVOID co
106106
return STATUS_SUCCESS;
107107
}
108108

109-
DbgPrint("EXILOCK: caller at %08x wanted locked chan%d\n", __builtin_return_address(0), channel);
109+
//DbgPrint("EXILOCK: caller at %08x wanted locked chan%d\n", __builtin_return_address(0), channel);
110110
return STATUS_PENDING;
111111
}
112112

0 commit comments

Comments
 (0)