remove left-over print statement

This commit is contained in:
Ask Solem 2011-01-18 11:53:38 +01:00
parent 65f1174d83
commit df265a49aa
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ class _select(object):
if is_eventlet(select):
# Eventlet ships with a monkey patched version of select.select
# we can use.
print("IS EVENTLET -> USING SELECT")
poll = _select
elif hasattr(select, "epoll"):
# Py2.6+ Linux