Skip to content

Commit 0b11568

Browse files
author
arch
committed
remove obsolete code
1 parent 4dec0e7 commit 0b11568

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

funscript_editor/ui/funscript_generator_window.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,7 @@ def __funscript_generated(self, funscript, msg, success) -> None:
106106

107107
self.__logger.info("Save result to %s", self.output_file)
108108
if not success: self.__show_message(msg, error=True)
109-
if False:
110-
if platform.system() == "Windows":
111-
# On windows i have problems to close the process
112-
# Workaround we kill with taskkill
113-
os.system('taskkill /f /im funscript-editor.exe')
114-
os._exit(os.EX_OK)
109+
# os._exit(os.EX_OK)
115110
sys.exit()
116111

117112

0 commit comments

Comments
 (0)