Windows QPA plugin: Fix logging.
[profile/ivi/qtbase.git] / src / plugins / platforms / windows / qwindowsintegration.cpp
index 47d6a2f..6da8932 100644 (file)
@@ -228,8 +228,6 @@ bool QWindowsIntegration::hasCapability(QPlatformIntegration::Capability cap) co
 
 QPlatformPixmap *QWindowsIntegration::createPlatformPixmap(QPlatformPixmap::PixelType type) const
 {
-    if (QWindowsContext::verboseIntegration)
-        qDebug() << __FUNCTION__ << type;
     return new QRasterPlatformPixmap(type);
 }