Browse Source

Remove comment

Mostly to force a build from a push action
Jelle Spijker 1 year ago
parent
commit
b8d1c885c7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      conanfile.py

+ 0 - 1
conanfile.py

@@ -420,7 +420,6 @@ class CuraConan(ConanFile):
             )
 
         if self.options.get_safe("enable_i18n", False) and self._i18n_options["extract"]:
-            # Update the po and pot files
             vb = VirtualBuildEnv(self)
             vb.generate()