From ff4c06b47ec0eddd6d7125fae556ff76abd76e4d Mon Sep 17 00:00:00 2001 From: Spegelius Date: Sat, 23 Sep 2017 15:45:01 +0300 Subject: [PATCH] Issue #12: remove unnecessary warning --- slicer_simplify3d.py | 1 - 1 file changed, 1 deletion(-) diff --git a/slicer_simplify3d.py b/slicer_simplify3d.py index d56e83f..24a7493 100644 --- a/slicer_simplify3d.py +++ b/slicer_simplify3d.py @@ -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")