Git: Remove assert

It is save to remove this assert as runCommand handles another command
being in flight already.

Change-Id: I8b7f1a9b8f3418def1a97f165ef6bdb9b03de04e
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-03-11 09:43:27 +01:00
parent 1842cd7793
commit a168a5a448

View File

@@ -361,8 +361,6 @@ private:
void ShowController::reload()
{
QTC_ASSERT(m_state == Idle, return);
QStringList args;
args << QLatin1String("show") << QLatin1String("-s") << QLatin1String(noColorOption)
<< QLatin1String(decorateOption) << m_id;