Skip to content

Commit

Permalink
Remove unneccessary logging causing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
cgross95 authored and chrisbrickhouse committed Mar 13, 2024
1 parent c5450b4 commit bca763d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fave/extractFormants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1984,11 +1984,6 @@ def writeLog(filename, wavFile, maxTime, meansFile, covsFile, opts):
except subprocess.CalledProcessError:
pass

if changes:
f.write("Uncommitted changes when run:\n")
f.write(str(changes,'utf-8'))


f.write("\n\n")

f.write("extractFormants statistics for file %s:\n\n" %
Expand Down

0 comments on commit bca763d

Please sign in to comment.