mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
Remove redundant logging (currently shown on every render when no stickerpicker is present).
This commit is contained in:
parent
49c1f1b41f
commit
986fb3237d
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ export default class Stickerpicker extends React.Component {
|
|||
);
|
||||
} else {
|
||||
// Default content to show if stickerpicker widget not added
|
||||
console.warn("No available sticker picker widgets");
|
||||
stickersContent = this._defaultStickerpickerContent();
|
||||
}
|
||||
return stickersContent;
|
||||
|
|
Loading…
Reference in a new issue