another cleanup

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=833274
This commit is contained in:
Alexis Ménard 2008-07-16 15:17:53 +00:00
parent 23f0f8409b
commit 47b851dbb3

View File

@ -123,7 +123,6 @@ void ToolTip::prepareShowing()
if( d->windowToPreview != 0 ) {
// show/hide the preview area
d->preview->show();
kDebug()<<"Show Preview of window";
} else {
d->preview->hide();
}