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

Commit dddd1c4

Browse files
committed
Remove redundant logging (currently shown on every render when no stickerpicker is present).
1 parent 3d176f7 commit dddd1c4

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
@@ -232,7 +232,6 @@ export default class Stickerpicker extends React.Component {
232232
);
233233
} else {
234234
// Default content to show if stickerpicker widget not added
235-
console.warn("No available sticker picker widgets");
236235
stickersContent = this._defaultStickerpickerContent();
237236
}
238237
return stickersContent;

0 commit comments

Comments
 (0)