소스 검색

AThreads: less random Hungarian swearing as accidentally left in debug code :)

git-svn-id: trunk@30942 -
Károly Balogh 10 년 전
부모
커밋
0997122c4c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      rtl/amicommon/athreads.pp

+ 0 - 1
rtl/amicommon/athreads.pp

@@ -583,7 +583,6 @@ begin
     end
   else
     begin
-      SysDebugLn('FPC AThreads: szijjal gazt:'+hexstr(p)+' mi?'+IToStr(ord(p^.suspended))+' mimi?'+IToStr(ord(p^.exited)));
 {$ifdef DEBUG_MT}
       SysDebugLn('FPC AThreads: Error, attempt to resume a non-suspended thread, or invalid thread ID:'+IToHStr(threadHandle));
 {$endif}