diff options
-rw-r--r-- | src/corelib/fpgfx.pas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas index 67f10d2d..934ffe4b 100644 --- a/src/corelib/fpgfx.pas +++ b/src/corelib/fpgfx.pas @@ -1001,7 +1001,6 @@ begin if not Assigned(FHintWindow) then begin FHintWindow := HintWindowClass.Create(nil); - writeln('HintWindow.Classname=', FHintWindow.ClassName); TfpgHintWindow(FHintWindow).Visible := False; end; end; |