Browse Source

Removed logs

pull/136/head^2
Justin Ferrari 2 years ago
parent
commit
9f4084ed20
  1. 2
      qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifs.js

2
qortal-ui-plugins/plugins/core/components/ChatGifs/ChatGifs.js

@ -400,7 +400,6 @@ setOpenGifModal: { attribute: false }
}
async uploadGifCollection() {
console.log(this.gifsToBeAdded);
if (!this.newCollectionName) {
parentEpml.request('showSnackBar', get('gifs.gchange8'));
return;
@ -604,7 +603,6 @@ setOpenGifModal: { attribute: false }
}
render() {
console.log(5, "chat gifs here");
return html`
<div class="gifs-container">
<div class="gif-explorer-container">

Loading…
Cancel
Save