mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Merge pull request #2816 from jryans/trim-preview
Trim the logging for URL previews
This commit is contained in:
commit
68997f9652
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module.exports = React.createClass({
|
||||||
this.props.onHeightChanged,
|
this.props.onHeightChanged,
|
||||||
);
|
);
|
||||||
}, (error)=>{
|
}, (error)=>{
|
||||||
console.error("Failed to get preview for " + this.props.link + " " + error);
|
console.error("Failed to get URL preview: " + error);
|
||||||
}).done();
|
}).done();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue