Remove superfluous comment in triage_message(). (#3291)

This commit is contained in:
Robert Hönig 2017-01-13 19:21:45 +01:00 committed by showell
parent e104225a2c
commit a7f3b4d1d1
13 changed files with 0 additions and 18 deletions

View file

@ -8,7 +8,6 @@ class VirtualFsHandler(object):
return get_help()
def triage_message(self, message, client):
# return True iff we want to (possibly) response to this message
if message['type'] != 'stream':
return False