# HG changeset patch # User Frank Benoit # Date 1202694854 -3600 # Node ID a9a4ef66a7dfb009e37528fd22aa6b8fe5885899 # Parent 9ad59dbf99d2bfed10dd17119dd22d23790e12dc remove debug print diff -r 9ad59dbf99d2 -r a9a4ef66a7df dwt/widgets/Widget.d --- a/dwt/widgets/Widget.d Mon Feb 11 02:49:42 2008 +0100 +++ b/dwt/widgets/Widget.d Mon Feb 11 02:54:14 2008 +0100 @@ -1874,7 +1874,6 @@ if (((wParam & 0xFFFF) & mask) is 0) { if (OS.GetCapture () is hwnd) OS.ReleaseCapture (); } -Trace.formatln( "result={}", result ); return result; }