You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
Remove redundant logging (currently shown on every render when no stickerpicker is present).
This commit is contained in:
@@ -232,7 +232,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;
|
||||
|
||||
Reference in New Issue
Block a user