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:
parent
1e3430d226
commit
3d1fa7a566
1 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue