From 13306efd3f40e569775880dc3f5b4d8ea7dd8618 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 28 Feb 2025 00:07:59 +0100 Subject: [PATCH] FpDebug: remove accidentally committed debugln !442 --- components/fpdebug/fpdbgcpux86.pas | 1 - 1 file changed, 1 deletion(-) 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;