Index: chrome/browser/resources/pdf/pdf.js |
diff --git a/chrome/browser/resources/pdf/pdf.js b/chrome/browser/resources/pdf/pdf.js |
index 0fe559316d29a9c32920d91afa3160cd7f81fb04..5b88698c328adf797a7952809aa85769157da231 100644 |
--- a/chrome/browser/resources/pdf/pdf.js |
+++ b/chrome/browser/resources/pdf/pdf.js |
@@ -410,7 +410,6 @@ PDFViewer.prototype = { |
break; |
case 'bookmarks': |
this.bookmarks_ = message.data.bookmarks; |
- console.log(JSON.stringify(this.bookmarks_, null, '\t')); |
raymes
2015/01/15 05:40:19
nit: this shouldn't be here.
Alexandre Carlton
2015/01/16 02:39:07
Done.
|
break; |
} |
}, |