Removed commented out line

This commit is contained in:
luissemp
2021-04-20 14:38:03 -07:00
parent a2261a9d0b
commit 65a1840e1d
@@ -595,7 +595,6 @@ namespace ScriptCanvasEditor
m_commandLine = new Widget::CommandLine(this);
m_commandLine->setBaseSize(QSize(size().width(), m_commandLine->size().height()));
m_commandLine->setObjectName("CommandLine");
// m_commandLine->hide();
m_layout->addWidget(m_commandLine);
m_layout->addWidget(m_emptyCanvas);