From a85feabb709467eafdcbf69c6926ae2033979e30 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Thu, 27 May 2021 16:00:04 +0200 Subject: [PATCH] remove a comment --- source/install_mod.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/install_mod.py b/source/install_mod.py index 0709498..d7cfb66 100644 --- a/source/install_mod.py +++ b/source/install_mod.py @@ -44,7 +44,6 @@ def install_mod(self): def replace_file(path, file, subpath="/"): self.Progress(statut=self.translate("Modification de")+f"\n{get_nodir(path)}", add=1) - # print(path, subpath, file) extension = get_extension(path) if extension == "szs":