Skip to content

Commit

Permalink
fixes #2: removed old code not intended for release
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Feb 16, 2014
1 parent 173876e commit b21e23a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flask_socketio.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ def __init__(self, app=None):
def init_app(self, app):
app.wsgi_app = SocketIOMiddleware(app, self)

# redirect socketio logging to Flask's app.logger
logger = logging.getLogger('socketio.virtsocket')
logger.addHandler(app.logger)

def get_namespaces(self):
class GenericNamespace(BaseNamespace):
socketio = self
Expand Down

0 comments on commit b21e23a

Please sign in to comment.