Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 615fc80

Browse files
authored
Merge pull request #1901 from matrix-org/rxl881/stickerpickerLogging
Remove redundant logging (currently shown on every render when no sti…
2 parents 49c1f1b + 986fb32 commit 615fc80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/views/rooms/Stickerpicker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ export default class Stickerpicker extends React.Component {
223223
);
224224
} else {
225225
// Default content to show if stickerpicker widget not added
226-
console.warn("No available sticker picker widgets");
227226
stickersContent = this._defaultStickerpickerContent();
228227
}
229228
return stickersContent;

0 commit comments

Comments
 (0)