Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-11 | [bug] remove extraneous data from events logs | drebs | |
The emission of an event was being logged twice, and the second time was logging the pickled content of the event. This pickled content contained line breaks and other things that caused strange output on the client log. This commit removes the second loggin of the event pickled content. Closes #7130. |