Skip to content

Commit 4efa88d

Browse files
committed
oops
1 parent 69748a3 commit 4efa88d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

async_tls_client/cffi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
root_dir = os.path.abspath(os.path.dirname(__file__))
1919
binary_filepath = os.path.join(root_dir, 'dependencies', f'tls-client{file_ext}')
20-
print(binary_filepath)
2120
library = ctypes.cdll.LoadLibrary(binary_filepath)
2221

2322
# extract the exposed request function from the shared package
@@ -31,4 +30,4 @@
3130

3231
destroySession = library.destroySession
3332
destroySession.argtypes = [ctypes.c_char_p]
34-
destroySession.restype = ctypes.c_char_p
33+
destroySession.restype = ctypes.c_char_p

0 commit comments

Comments
 (0)