Index: sources/gui/guiglobals.cpp =================================================================== diff -u -r61d776c2405c22848f1182cba903477d44e7163f -r9a7be58dc7d9d8a2b502a91b684dd4b046b6a96a --- sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision 61d776c2405c22848f1182cba903477d44e7163f) +++ sources/gui/guiglobals.cpp (.../guiglobals.cpp) (revision 9a7be58dc7d9d8a2b502a91b684dd4b046b6a96a) @@ -102,7 +102,6 @@ // coco begin validated: this portion of the code is handling application initialization // and if not initialized correctly will terminate the applicaiton . // So it had been manually tested. - LOG_DEBUG(__FUNCTION__); bool ok = vStatus == QQuickView::Ready; if (ok) { _viewer->show();