summaryrefslogtreecommitdiff
path: root/core/applets/restartapplet/restartappletimpl.cpp
Side-by-side diff
Diffstat (limited to 'core/applets/restartapplet/restartappletimpl.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/restartapplet/restartappletimpl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/applets/restartapplet/restartappletimpl.cpp b/core/applets/restartapplet/restartappletimpl.cpp
index d8e10d3..3adc80c 100644
--- a/core/applets/restartapplet/restartappletimpl.cpp
+++ b/core/applets/restartapplet/restartappletimpl.cpp
@@ -33,7 +33,6 @@ RestartAppletImpl::~RestartAppletImpl()
QWidget *RestartAppletImpl::applet( QWidget *parent )
{
- qDebug("restart applet");
if ( !restart )
restart = new RestartApplet( parent );
return restart;