Remove redundant logging (currently shown on every render when no stickerpicker is present).
parent
3d176f7105
commit
dddd1c43cc
|
@ -232,7 +232,6 @@ export default class Stickerpicker extends React.Component {
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
// Default content to show if stickerpicker widget not added
|
// Default content to show if stickerpicker widget not added
|
||||||
console.warn("No available sticker picker widgets");
|
|
||||||
stickersContent = this._defaultStickerpickerContent();
|
stickersContent = this._defaultStickerpickerContent();
|
||||||
}
|
}
|
||||||
return stickersContent;
|
return stickersContent;
|
||||||
|
|
Loading…
Reference in New Issue