David Rose 16 vuotta sitten
vanhempi
sitoutus
6be0f6bc28
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      direct/src/p3d/Packager.py

+ 0 - 1
direct/src/p3d/Packager.py

@@ -743,7 +743,6 @@ class Packager:
             if file.text is None and not file.filename.exists():
                 if not file.isExcluded(self):
                     self.packager.notify.warning("No such file: %s" % (file.filename))
-                    import pdb; pdb.set_trace()
                 return None
             
             self.files.append(file)