Skip to content

Commit bd1e006

Browse files
committed
eliminate unecessary comment
1 parent 5648177 commit bd1e006

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

neo/rawio/plexon2rawio/pypl2/pypl2lib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
from zugbruecke import CtypesSession
2727
if platform.system() == "Darwin":
28-
# On MacOS, the default log level of zugbruecke is too high
2928
ctypes = CtypesSession(log_level=100, arch = 'win64')
3029
else:
3130
ctypes = CtypesSession(log_level=100)

0 commit comments

Comments
 (0)