Merge pull request #2816 from jryans/trim-preview

Trim the logging for URL previews
This commit is contained in:
J. Ryan Stinnett 2019-03-22 20:50:36 +00:00 committed by GitHub
commit 68997f9652
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
},