[-] Remove debug code

This commit is contained in:
Azalea Gui
2023-03-08 10:02:01 -05:00
parent c0e8936125
commit 9ccd86f45c
-3
View File
@@ -66,9 +66,6 @@ COLORS = [RGB.from_hex(v) for v in {
'#55CDFD'
}]
print(repr(RGB.from_hex('#FFFFFF')))
exit(0)
# Snow fall data structure
@dataclass
class SnowParticle: