mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-22 06:51:21 +02:00
Merge pull request #1901 from matrix-org/rxl881/stickerpickerLogging
Remove redundant logging (currently shown on every render when no sti…
This commit is contained in:
commit
615fc80c92
@ -223,7 +223,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…
x
Reference in New Issue
Block a user