From 00d4fb45e1a50e8c6bf64dcc9b8717a531ff0f7b Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Fri, 9 Apr 2004 09:40:53 +0000 Subject: [PATCH] 2004-04-09 11:45 UTC+0100 Ryszard Glab * source/debug/debugger.prg * removed diagnostic ALERT call --- harbour/ChangeLog | 4 ++++ harbour/source/debug/debugger.prg | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 587b4143ad..9cb1bf5f57 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2004-04-09 11:45 UTC+0100 Ryszard Glab + * source/debug/debugger.prg + * removed diagnostic ALERT call + 2004-04-09 10:10 UTC+0100 Ryszard Glab * include/hbexpra.c * include/hbexprop.h diff --git a/harbour/source/debug/debugger.prg b/harbour/source/debug/debugger.prg index 820a7ecc7b..5c39a8245a 100644 --- a/harbour/source/debug/debugger.prg +++ b/harbour/source/debug/debugger.prg @@ -3134,7 +3134,6 @@ LOCAL lValid aCmnd[WP_TYPE] := "?" ENDIF aCmnd[WP_EXPR] := cCommand - ALERT( "command="+cCommand+"=") cResult := CreateExpression( cCommand, aCmnd ) IF( EMPTY(cResult) ) //valid syntax