mirror of https://github.com/vector-im/riot-web
Remove redundant logging (currently shown on every render when no stickerpicker is present).
parent
49c1f1b41f
commit
986fb3237d
|
@ -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 New Issue