Trim the logging for URL previews

It should be sufficient to have the error stack and general log message for URL
preview failure.
pull/21833/head
J. Ryan Stinnett 2019-03-22 18:50:08 +00:00
父节点 ed72352636
当前提交 c17f7a2949
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -52,7 +52,7 @@ module.exports = React.createClass({
this.props.onHeightChanged,
);
}, (error)=>{
console.error("Failed to get preview for " + this.props.link + " " + error);
console.error("Failed to get URL preview: " + error);
}).done();
},