From 291b8879d4d302b4be1353cee7f1a406d373d983 Mon Sep 17 00:00:00 2001 From: kseitz Date: Tue, 7 Jun 2005 01:16:07 +0000 Subject: [PATCH] Grrr. Remove debugging lines from previous patch. --- gdb/gdbtk/library/interface.tcl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gdb/gdbtk/library/interface.tcl b/gdb/gdbtk/library/interface.tcl index fe3d573728..38a7e21643 100644 --- a/gdb/gdbtk/library/interface.tcl +++ b/gdb/gdbtk/library/interface.tcl @@ -366,10 +366,7 @@ proc gdbtk_tcl_warning {message} { switch -regexp $message { "Unable to find dynamic linker breakpoint function.*" {return} "Internal error.*" { gdbtk_tcl_fputs_error $message } - "incomplete CFI.*" { - puts "here i am" - gdbtk_tcl_fputs_error $message - } + "incomplete CFI.*" { gdbtk_tcl_fputs_error $message } default {show_warning $message} } } @@ -441,7 +438,6 @@ proc echo {args} { # ------------------------------------------------------------------ proc gdbtk_tcl_fputs_error {message} { if {[info exists ::gdbtk_state(console)] && $::gdbtk_state(console) != ""} { - puts "I am here, too" $::gdbtk_state(console) insert $message err_tag update } -- 2.11.0