##// END OF EJS Templates
Tidy up outdated comment.
Thomas Kluyver -
Show More
@@ -282,7 +282,6 b' class DisplayHook(Configurable):'
282 """Log the output."""
282 """Log the output."""
283 if self.shell.logger.log_output:
283 if self.shell.logger.log_output:
284 self.shell.logger.log_write(format_dict['text/plain'], 'output')
284 self.shell.logger.log_write(format_dict['text/plain'], 'output')
285 # This is a defaultdict of lists, so we can always append
286 self.shell.history_manager.output_hist_reprs[self.prompt_count] = \
285 self.shell.history_manager.output_hist_reprs[self.prompt_count] = \
287 format_dict['text/plain']
286 format_dict['text/plain']
288
287
General Comments 0
You need to be logged in to leave comments. Login now