From e3db07885e7cf11f503a4a05faba554de3787611 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Jan 2004 14:50:31 +0000 Subject: remove debug message --- perl-install/interactive/gtk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/interactive/gtk.pm') diff --git a/perl-install/interactive/gtk.pm b/perl-install/interactive/gtk.pm index 03d8ec187..640b870a2 100644 --- a/perl-install/interactive/gtk.pm +++ b/perl-install/interactive/gtk.pm @@ -588,7 +588,6 @@ sub ask_fromW { my (@widgets) = @_; gtkpack_(Gtk2::VBox->new, map { - print "widget is «$_->{real_w}»\n"; ($_->{real_w}->isa("Gtk2::ScrolledWindow") ? 1 : 0), $_->{real_w}->isa("Gtk2::CheckButton") && !$_->{icon_w} && !$_->{e}{label} ? $_->{real_w} : gtkpack_(Gtk2::HBox->new, -- cgit v1.2.1