From db4cd3c047b691427e4307f63a8fd7302d418e0a Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 29 Mar 2014 18:23:52 -0500
Subject: [PATCH] Remove extraneous debug print

---
 pyopencl/_cffi.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyopencl/_cffi.py b/pyopencl/_cffi.py
index ec233557..d72c0538 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"))
-- 
GitLab