- Remove this DPRINT1 too, it was used for debugging scheduling issues which are fixed now.

svn path=/trunk/; revision=34493
This commit is contained in:
ReactOS Portable Systems Group 2008-07-14 03:20:40 +00:00
parent 758134fc03
commit 5b41066b9e

View file

@ -130,5 +130,4 @@ KeArmInitThreadWithContext(IN PKTHREAD Thread,
// Save back the new value of the kernel stack
//
Thread->KernelStack = (PVOID)CtxSwitchFrame;
DPRINT1("NEW THREAD %p WITH EX FRAME AT: %p\n", Thread, Thread->KernelStack);
}