summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-09 08:59:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-09 08:59:36 +0000
commitd13ea6808bc69732c57caea8560c502999b1f497 (patch)
treeead9cc3a8c353caa5b42be5229e52fb2f4698abf
parente2537cb395f99df768f690961e8ea0567be79837 (diff)
downloadcontrol-center-d13ea6808bc69732c57caea8560c502999b1f497.tar
control-center-d13ea6808bc69732c57caea8560c502999b1f497.tar.gz
control-center-d13ea6808bc69732c57caea8560c502999b1f497.tar.bz2
control-center-d13ea6808bc69732c57caea8560c502999b1f497.tar.xz
control-center-d13ea6808bc69732c57caea8560c502999b1f497.zip
remove debugging message
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 24baff6c..511c652d 100755
--- a/control-center
+++ b/control-center
@@ -752,7 +752,7 @@ $SIG{CHLD} = \&sig_child;
$window_splash->destroy;
undef $window_splash;
-Glib::Timeout->add(200, sub { print "CLEANING\n"; sig_child(1); 1 });
+Glib::Timeout->add(200, sub { sig_child(1); 1 });
Gtk2->main;