Skip to content

Commit

Permalink
Issue #12: remove unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
spegelius committed Sep 23, 2017
1 parent cd8b7e9 commit ff4c06b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slicer_simplify3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ def fix_retract_during_wipe(self):
# not needed
return
if not self.version == (3,1,1):
self.log.warning("Not applying fix for 'Retract during wipe'; S3D version not 3.1.1")
return

self.log.info("Fixing S3D 3.1.1 bug with 'Retract during wipe'-feature")
Expand Down

0 comments on commit ff4c06b

Please sign in to comment.