diff --git a/pyopencl/_cffi.py b/pyopencl/_cffi.py index ec233557ee273ecd812a29f2d8e8e5a18ecef9bd..d72c05388f4645998b05b3d3cb35683c162cb669 100644 --- a/pyopencl/_cffi.py +++ b/pyopencl/_cffi.py @@ -112,5 +112,4 @@ def _get_wrapcl_so_name(): _lib = _ffi.dlopen(_get_wrapcl_so_name()) if _lib.pyopencl_have_gl(): - print "GL!" _ffi.cdef(_get_wrap_header("wrap_cl_gl_core.h"))