diff options
author | Christopher Faylor <me@cgf.cx> | 2003-12-10 04:08:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-12-10 04:08:50 +0000 |
commit | 3f23411449cf414d447bf793a20f42ed3f8e5061 (patch) | |
tree | 1729c32f99604cf43f7d125c74b231ef295d4314 /winsup/cygwin/fhandler_tty.cc | |
parent | ce40c6baf7c779c6b2a63e41bf21596c96dff506 (diff) | |
download | cygnal-3f23411449cf414d447bf793a20f42ed3f8e5061.tar.gz cygnal-3f23411449cf414d447bf793a20f42ed3f8e5061.tar.bz2 cygnal-3f23411449cf414d447bf793a20f42ed3f8e5061.zip |
remove debug output
Diffstat (limited to 'winsup/cygwin/fhandler_tty.cc')
-rw-r--r-- | winsup/cygwin/fhandler_tty.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc index 34f6a7bff..4e888c030 100644 --- a/winsup/cygwin/fhandler_tty.cc +++ b/winsup/cygwin/fhandler_tty.cc @@ -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; |