From 27ce669bdf288e356e2ee2f9b73fd3b4ce6bfea0 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Fri, 29 Oct 2010 15:09:30 +0200 Subject: Code cleanup by removing leftover writeln() statements. --- src/corelib/gdi/fpg_gdi.pas | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/gdi') diff --git a/src/corelib/gdi/fpg_gdi.pas b/src/corelib/gdi/fpg_gdi.pas index e85d81e3..6f95d8a8 100644 --- a/src/corelib/gdi/fpg_gdi.pas +++ b/src/corelib/gdi/fpg_gdi.pas @@ -2845,7 +2845,9 @@ begin lIsTranslated := False; {$Note OLE DND: We are only handling strings at the moment, this needs to be extended to other types too } itm := FMimeData[i]; + {$IFDEF DND_DEBUG} writeln(' Processing mime-type: ', itm.Format); + {$ENDIF} { description of data we are sending } New(F); -- cgit v1.2.3-70-g09d2