mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
removed console.log()s
This commit is contained in:
parent
1e3430d226
commit
3d1fa7a566
1 changed files with 0 additions and 2 deletions
|
@ -12,12 +12,10 @@ function HashtagChooser({ onChange, getString }) {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
async function loadFrames() {
|
async function loadFrames() {
|
||||||
|
|
||||||
console.log('hashtags', hashtags)
|
|
||||||
let counter = 0
|
let counter = 0
|
||||||
hashtags = hashtags.split('\n')
|
hashtags = hashtags.split('\n')
|
||||||
.map(tag => tag.trim())
|
.map(tag => tag.trim())
|
||||||
.filter(tag => tag.length > 0)
|
.filter(tag => tag.length > 0)
|
||||||
console.log('hashtags', hashtags)
|
|
||||||
|
|
||||||
Promise.all(
|
Promise.all(
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue