Skip to content

Commit

Permalink
Remove redundant logging (currently shown on every render when no sti…
Browse files Browse the repository at this point in the history
…ckerpicker is present).
  • Loading branch information
rxl881 committed May 14, 2018
1 parent 49c1f1b commit 986fb32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/rooms/Stickerpicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 986fb32

Please sign in to comment.