Skip to content

Commit 98df499

Browse files
author
arch
committed
FIX WINDOF
1 parent 2c8c045 commit 98df499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/algorithms/funscriptgenerator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def min_max_selector(self,
341341
trackbarValueMax = cv2.getTrackbarPos("Max", self.window_name)
342342
except: pass
343343

344-
self.logger.info("Receive values for max and min action position")
344+
# do not log here this cause problems on windows
345345
self.__show_loading_screen(preview.shape)
346346
return (trackbarValueMin, trackbarValueMax) if trackbarValueMin < trackbarValueMax else (trackbarValueMax, trackbarValueMin)
347347

0 commit comments

Comments
 (0)