1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-21 23:35:05 +00:00

removed console.log()s

This commit is contained in:
thomasrosen 2021-04-21 02:41:25 +02:00
parent 1e3430d226
commit 3d1fa7a566

View file

@ -12,12 +12,10 @@ function HashtagChooser({ onChange, getString }) {
useEffect(() => {
async function loadFrames() {
console.log('hashtags', hashtags)
let counter = 0
hashtags = hashtags.split('\n')
.map(tag => tag.trim())
.filter(tag => tag.length > 0)
console.log('hashtags', hashtags)
Promise.all(
[