1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03: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:
Richard Lewis
2018-05-14 14:09:00 +01:00
committed by GitHub

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;