summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraksnapshot-config2
1 files changed, 0 insertions, 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 => [