Skip to content

Commit ad15fdf

Browse files
committed
Oops...
1 parent 6e54562 commit ad15fdf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fluent/handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def __init__(self,
3636
self.encoding = encoding
3737
self.jsonifier = jsonifier
3838
self.extra_attrs = extra_attrs
39-
print >>sys.stderr, '*' * 78, extra_attrs
4039

4140
def emit(self, record):
4241
self.sender.emit_with_time(None, record.created, self._build_structure(record))

0 commit comments

Comments
 (0)