Skip to content

Commit bd8435e

Browse files
remove debug print statements
1 parent b1410a4 commit bd8435e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/wmwpy/classes/texturesettings.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ def __init__(
2626
'/Data/textureSettings.xml',
2727
))
2828

29-
print(f'{file}')
30-
print(joinPath(
31-
this.baseassets,
32-
'/Data/textureSettings.xml',
33-
))
29+
# print(f'{file}')
30+
# print(joinPath(
31+
# this.baseassets,
32+
# '/Data/textureSettings.xml',
33+
# ))
3434

3535
this.file = super().get_file(file)
3636

src/wmwpy/object_packs/WMW.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ def ready_sprites(self):
680680
except:
681681
return
682682

683-
print(f'{InitialParticles = }')
684-
print(f'{particles = }')
683+
# print(f'{InitialParticles = }')
684+
# print(f'{particles = }')
685685

686686
maxParticles = ['water', 0]
687687

0 commit comments

Comments
 (0)