Remove redundant logging (currently shown on every render when no stickerpicker is present).

This commit is contained in:
Richard Lewis 2018-05-14 13:56:39 +01:00
parent 49c1f1b41f
commit 986fb3237d

View file

@ -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;