Reduce logging.
This commit is contained in:
parent
9b667f2c38
commit
9ae89e2b43
1 changed files with 0 additions and 2 deletions
|
@ -50,9 +50,7 @@ function getUserWidgets() {
|
||||||
*/
|
*/
|
||||||
function getStickerpackWidgets() {
|
function getStickerpackWidgets() {
|
||||||
const widgets = getUserWidgets();
|
const widgets = getUserWidgets();
|
||||||
console.warn("widgets", widgets);
|
|
||||||
const stickerpackWidgets = widgets.filter((widget) => widget.type='stickerpack');
|
const stickerpackWidgets = widgets.filter((widget) => widget.type='stickerpack');
|
||||||
console.warn('Stickerpack widgets', stickerpackWidgets);
|
|
||||||
return stickerpackWidgets;
|
return stickerpackWidgets;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue