Reduce logging.

pull/21833/head
Richard Lewis 2018-02-23 15:27:55 +00:00
parent 9b667f2c38
commit 9ae89e2b43
1 changed files with 0 additions and 2 deletions

View File

@ -50,9 +50,7 @@ function getUserWidgets() {
*/
function getStickerpackWidgets() {
const widgets = getUserWidgets();
console.warn("widgets", widgets);
const stickerpackWidgets = widgets.filter((widget) => widget.type='stickerpack');
console.warn('Stickerpack widgets', stickerpackWidgets);
return stickerpackWidgets;
}