Skip to content

Commit abd6d65

Browse files
author
Pamparampam
committed
Removed print statement lol
1 parent 27ac1de commit abd6d65

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/zipFly/BaseFile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def file_path_bytes(self) -> bytes:
103103
try:
104104
return self.name.encode("ascii")
105105
except UnicodeError:
106-
print("UNICOE ERROR")
107106
self.__flags |= consts.UTF8_FLAG
108107
return self.name.encode()
109108

0 commit comments

Comments
 (0)