mirror of https://github.com/celery/kombu.git
remove left-over print statement
This commit is contained in:
parent
65f1174d83
commit
df265a49aa
|
@ -74,7 +74,6 @@ class _select(object):
|
||||||
if is_eventlet(select):
|
if is_eventlet(select):
|
||||||
# Eventlet ships with a monkey patched version of select.select
|
# Eventlet ships with a monkey patched version of select.select
|
||||||
# we can use.
|
# we can use.
|
||||||
print("IS EVENTLET -> USING SELECT")
|
|
||||||
poll = _select
|
poll = _select
|
||||||
elif hasattr(select, "epoll"):
|
elif hasattr(select, "epoll"):
|
||||||
# Py2.6+ Linux
|
# Py2.6+ Linux
|
||||||
|
|
Loading…
Reference in New Issue