mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
remove debug
This commit is contained in:
parent
d6415aceca
commit
bc87fc575b
1 changed files with 1 additions and 1 deletions
|
@ -1557,7 +1557,7 @@ module.exports = React.createClass({
|
|||
hideMessagePanel = true;
|
||||
}
|
||||
|
||||
console.log("ShowUrlPreview for %s is %s", this.state.room.roomId, this.state.showUrlPreview);
|
||||
// console.log("ShowUrlPreview for %s is %s", this.state.room.roomId, this.state.showUrlPreview);
|
||||
|
||||
var messagePanel = (
|
||||
<TimelinePanel ref={this._gatherTimelinePanelRef}
|
||||
|
|
Loading…
Reference in a new issue