Skip to content

Commit b64d932

Browse files
committed
Remove stray print function.
1 parent 1caca9a commit b64d932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/certitude/certitude.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
extension = ".so"
1212

1313
current_dir = os.path.abspath(os.path.dirname(__file__))
14-
print(os.listdir(current_dir))
1514
lib_path = glob.glob(os.path.join(current_dir, "*%s" % extension))
1615
lib = ffi.dlopen(lib_path[0])

0 commit comments

Comments
 (0)