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

Loading…
Cancel
Save