Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-05-14 13:09:06 +00:00
commit 5a6d80b6d7
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ export default class Stickerpicker extends React.Component {
); );
} else { } else {
// Default content to show if stickerpicker widget not added // Default content to show if stickerpicker widget not added
console.warn("No available sticker picker widgets");
stickersContent = this._defaultStickerpickerContent(); stickersContent = this._defaultStickerpickerContent();
} }
return stickersContent; return stickersContent;