Skip to content

Commit

Permalink
FEM: Reduce femConsole noise
Browse files Browse the repository at this point in the history
Showing ccx output during short colculations doesn't make any sense.
During long calculations user is flooded with messages, that ccx
produced empty output.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 27, 2015
1 parent 9f77285 commit c9a5401
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -304,7 +304,6 @@ def printCalculiXstdout(self):

def UpdateText(self):
if(self.Calculix.state() == QtCore.QProcess.ProcessState.Running):
self.printCalculiXstdout()
self.form.label_Time.setText('Time: {0:4.1f}: '.format(time.time() - self.Start))

def calculixError(self, error):
Expand Down

0 comments on commit c9a5401

Please sign in to comment.