Skip to content

Commit

Permalink
Reverted accidentally commited debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed Apr 1, 2016
1 parent 7368537 commit 528c590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMEdit/OMEditGUI/TLM/TLMCoSimulationThread.cpp
Expand Up @@ -58,7 +58,6 @@ void TLMCoSimulationThread::runManager()
TLMCoSimulationOptions tlmCoSimulationOptions = mpTLMCoSimulationOutputWidget->getTLMCoSimulationOptions();
QFileInfo fileInfo(tlmCoSimulationOptions.getFileName());
mpManagerProcess->setWorkingDirectory(fileInfo.absoluteDir().absolutePath());
qDebug() << "Working directory: " << fileInfo.absoluteDir().absolutePath();
qRegisterMetaType<QProcess::ExitStatus>("QProcess::ExitStatus");
qRegisterMetaType<StringHandler::SimulationMessageType>("StringHandler::SimulationMessageType");
connect(mpManagerProcess, SIGNAL(started()), SLOT(managerProcessStarted()));
Expand Down

0 comments on commit 528c590

Please sign in to comment.