Skip to content

Commit

Permalink
Removed the extra catch section.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10675 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Dec 7, 2011
1 parent 9bb7808 commit 14807b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions OMEdit/OMEditGUI/OMCProxy.cpp
Expand Up @@ -362,10 +362,6 @@ void OMCProxy::sendCommand(const QString expression)
logOMCMessages(expression);
}
}
catch (CORBA::TRANSIENT&)
{
qDebug() << "transient";
}
catch(CORBA::Exception&)
{
// if the command is quit() and we get exception just simply quit
Expand Down

0 comments on commit 14807b9

Please sign in to comment.