summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbottle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 0ac2361..43c07fc 100755
--- a/bottle.py
+++ b/bottle.py
@@ -2299,7 +2299,6 @@ class GunicornServer(ServerAdapter):
class EventletServer(ServerAdapter):
""" Untested """
- quiet = False
def run(self, handler):
from eventlet import wsgi, listen
try: