diff --git a/components/fpdebug/fpdbgcpux86.pas b/components/fpdebug/fpdbgcpux86.pas index bc4d5b67ac..7f6035b244 100644 --- a/components/fpdebug/fpdbgcpux86.pas +++ b/components/fpdebug/fpdbgcpux86.pas @@ -164,7 +164,6 @@ begin OutSideFrame := StackPointer + 1 * AddressSize < FrameBasePointer + 2 * AddressSize else OutSideFrame := AfterCallOut; -if not OutSideFrame then debugln(['>>>>>>>>>>>> ####### FRAME UNWIND - new code update to better']); end; end;