Remove some test code and extra newlines

Signed-off-by: AMZN-Phil <pconroy@amazon.com>
This commit is contained in:
AMZN-Phil
2021-10-21 16:11:28 -07:00
parent e3cfcd4cc7
commit 5e6ecddbf9
2 changed files with 0 additions and 5 deletions
@@ -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())