Remove some test code and extra newlines

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
monroegm-disable-blank-issue-2
AMZN-Phil 4 years ago
parent e3cfcd4cc7
commit 5e6ecddbf9

@ -14,9 +14,6 @@
#include <QMessageBox>
namespace O3DE::ProjectManager
{
DownloadController::DownloadController(QWidget* parent)

@ -193,8 +193,6 @@ namespace O3DE::ProjectManager
downloadingItemLayout->setAlignment(Qt::AlignTop);
downloadingItemWidget->setLayout(downloadingItemLayout);
m_downloadController->AddGemDownload("TestGem");
auto update = [=](int downloadProgress)
{
if (m_downloadController->IsDownloadQueueEmpty())

Loading…
Cancel
Save