瀏覽代碼

Remove empty line and debug code

Signed-off-by: AMZN-Phil <[email protected]>
AMZN-Phil 3 年之前
父節點
當前提交
5c4273c4d9

+ 0 - 1
Code/Tools/ProjectManager/Source/AddRemoteProjectDialog.cpp

@@ -123,7 +123,6 @@ namespace O3DE::ProjectManager
         m_requirementsContentLabel->setWordWrap(true);
         m_requirementsContentLabel->setAlignment(Qt::AlignLeft);
         m_requirementsContentLabel->setFixedWidth(350);
-        m_requirementsContentLabel->setText(tr("Test Requirements"));
         extraInfoGridLayout->addWidget(m_requirementsContentLabel, 1, 0);
 
         m_licensesContentLabel = new TextOverflowLabel(tr("Licenses"));

+ 0 - 1
Code/Tools/ProjectManager/Source/Application.cpp

@@ -18,7 +18,6 @@
 #include <AzQtComponents/Components/WindowDecorationWrapper.h>
 #include <ProjectManager_Traits_Platform.h>
 
-
 #include <QApplication>
 #include <QDir>
 #include <QMessageBox>