From 0b53b58d9338ca98aa4d4a6f2de044d277c71e18 Mon Sep 17 00:00:00 2001 From: jzxc95 <907297917@qq.com> Date: Fri, 15 Jul 2022 11:09:05 +0800 Subject: [PATCH] remove useless log --- src/frontend/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/mainwindow.cpp b/src/frontend/mainwindow.cpp index 5287cdd5..0bb53675 100644 --- a/src/frontend/mainwindow.cpp +++ b/src/frontend/mainwindow.cpp @@ -169,7 +169,6 @@ void MainWindow::initPlatform() QString strProjectName(projectName); free(projectName); projectName = NULL; - qDebug() << "!!!!" << kdk_system_get_projectName() << "!!!!" << kdk_system_get_projectSubName() << "!!!!" << kdk_system_get_productFeatures(); if(v10Sp1.compare(strProjectName,Qt::CaseInsensitive) == 0) { unsigned int feature = kdk_system_get_productFeatures(); if (feature == 3) { @@ -178,6 +177,7 @@ void MainWindow::initPlatform() } else if (intel.compare(strProjectName,Qt::CaseInsensitive) == 0) { m_isShowInCenter = true; } + qDebug() << "projectName" << projectName << m_isShowInCenter; } /**