Keep the stamp

This commit is contained in:
Thomas Jackson 2015-01-23 14:18:57 -08:00
parent 39b1121380
commit f12c7b50b7

View File

@ -350,7 +350,5 @@ class AsyncClientMixin(object):
print(self.outputters[event['outputter']](event['data']))
# otherwise fall back on basic printing
else:
if '_stamp' in event:
event.pop('_stamp') # remove the timestamp before printing
print('{tag}: {event}'.format(tag=suffix,
event=event))