From 4a64725e5ae88e05fff9e538972fc5d07736f36d Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 29 Sep 2008 15:43:01 +0000 Subject: kill debug statements that wrongly went in in r246754 on 2008-09-26: "enable to disable backups" git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247019 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- draksnapshot-config | 2 -- 1 file changed, 2 deletions(-) diff --git a/draksnapshot-config b/draksnapshot-config index 5ce71f4..3ab57e6 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -129,9 +129,7 @@ gtkadd($my_win->{window}, 0, gtknew('CheckButton', text => N("Enable Backups"), active_ref => \$is_enabled, toggled => sub { my ($w) = @_; - warn "===>>> !$w || !$box\n"; return if !$w || !$box; - warn "set to " . to_bool($w->get_active) . "\n"; $box->set_sensitive($w->get_active); }), 0, $box = gtknew('VBox', sensitive => $is_enabled, children => [ -- cgit v1.2.1