Skip to content
Snippets Groups Projects
Commit db4cd3c0 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove extraneous debug print

parent 6166a19f
No related branches found
No related tags found
No related merge requests found
...@@ -112,5 +112,4 @@ def _get_wrapcl_so_name(): ...@@ -112,5 +112,4 @@ def _get_wrapcl_so_name():
_lib = _ffi.dlopen(_get_wrapcl_so_name()) _lib = _ffi.dlopen(_get_wrapcl_so_name())
if _lib.pyopencl_have_gl(): if _lib.pyopencl_have_gl():
print "GL!"
_ffi.cdef(_get_wrap_header("wrap_cl_gl_core.h")) _ffi.cdef(_get_wrap_header("wrap_cl_gl_core.h"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment