FEM: Remove no longer relevant comment. QuickAnalysis solved the problem

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-07-24 11:16:39 +01:00
parent a9b28e541b
commit 472b4943ce

View File

@ -314,8 +314,6 @@ class _JobControlTaskPanel:
self.form.textEdit_Output.moveCursor(QtGui.QTextCursor.End)
def printCalculiXstdout(self):
#There is probably no need to show user output from CalculiX. It should be
#written to a file in the calcs directory and shown to user upon request [BUTTON]
out = self.Calculix.readAllStandardOutput()
if out.isEmpty():
self.femConsoleMessage("CalculiX stdout is empty", "#FF0000")