OSDN Git Service

remove debug output
authorcgf <cgf>
Wed, 10 Dec 2003 04:08:50 +0000 (04:08 +0000)
committercgf <cgf>
Wed, 10 Dec 2003 04:08:50 +0000 (04:08 +0000)
winsup/cygwin/fhandler_tty.cc

index 34f6a7b..4e888c0 100644 (file)
@@ -898,7 +898,6 @@ fhandler_tty_common::dup (fhandler_base *child)
   fhandler_tty_slave *fts = (fhandler_tty_slave *) child;
   int errind;
 
-debug_printf ("get_io_handle %p, cygheap->ctty.get_io_handle %p",get_io_handle (),cygheap->ctty.get_io_handle ());
   if (get_io_handle () == cygheap->ctty.get_io_handle ())
     {
       *fts = cygheap->ctty;