SVN commit 503670 by staikos:
remove debug
M +0 -1 kstviewpicture.cpp
--- branches/work/kst/viewpaint/kst/kst/kstviewpicture.cpp #503669:503670
@@ -251,7 +251,6 @@
bool KstViewPicture::transparent() const {
- kstdDebug() << "transparent? " << _iCache.hasAlphaBuffer() << endl;
return _iCache.hasAlphaBuffer();
}