Skip to content

Commit

Permalink
remove info
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 11, 2025
1 parent d033793 commit 3d4da60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neonize/_binder.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
def load_goneonize():
while True:
try:
print("GET DOWNLOAD")
gocode = ctypes.CDLL(f"{root_dir}/{generated_name()}")
gocode.GetVersion.restype = ctypes.c_char_p
if gocode.GetVersion().decode() != __GONEONIZE_VERSION__:
Expand All @@ -28,7 +27,6 @@ def load_goneonize():
print("e", e)
raise e
except Exception:
print("DOWN ERR")
download()


Expand Down

0 comments on commit 3d4da60

Please sign in to comment.