File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ class MarkdownViewer extends Component {
9494 }
9595
9696 let renderedText = html ? text : renderer . render ( text ) ;
97- console . log ( renderedText ) ;
9897 // If content isn't wrapped with an html element at this point, add it.
9998 if ( ! renderedText . indexOf ( '<html>' ) !== 0 ) {
10099 renderedText = '<html>' + renderedText + '</html>' ;
@@ -110,7 +109,6 @@ class MarkdownViewer extends Component {
110109 // Complete removal of javascript and other dangerous tags..
111110 // The must remain as close as possible to dangerouslySetInnerHTML
112111 let cleanText = renderedText ;
113- console . log ( cleanText ) ;
114112 if ( this . props . allowDangerousHTML === true ) {
115113 console . log ( 'WARN\tMarkdownViewer rendering unsanitized content' ) ;
116114 } else {
Original file line number Diff line number Diff line change 291291 "many_followers" : " %(count)s Followers" ,
292292 "many_posts" : " %(count)s Posts" ,
293293 "search_history" : " History" ,
294- "announcement" : " Announcement "
294+ "announcement" : " Announcements "
295295 },
296296 "navigation" : {
297297 "about" : " About Steemit, Inc." ,
You can’t perform that action at this time.
0 commit comments