summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/corelib/fpgfx.pas1
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;