Merge pull request #1901 from matrix-org/rxl881/stickerpickerLogging

Remove redundant logging (currently shown on every render when no sti…
pull/21833/head
Richard Lewis 2018-05-14 14:09:00 +01:00 committed by GitHub
commit 615fc80c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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;