Remove debug info

pull/40/head
Matti Pastell 2016-04-28 12:07:02 +03:00
parent 244cb9ab17
commit 3d8bccdb52
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ const default_mime_types = ["image/svg+xml", "image/png", "text/html", "text/pla
function Base.display(report::Report, data)
#Set preferred mimetypes for report based on format
for m in report.mimetypes
info(m)
if mimewritable(m, data)
display(report, m, data)
#Always show plain text as well for term mode