Skip to content

Commit

Permalink
chore: code clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Jul 5, 2023
1 parent 403c8f1 commit 9d9fbc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/nostrclient/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ <h6 class="text-subtitle1 q-my-none">Nostrclient Extension</h6>
'HH:mm:ss'
)
}
console.log('### obj', obj)
return obj
}

Expand Down Expand Up @@ -512,7 +511,6 @@ <h6 class="text-subtitle1 q-my-none">Nostrclient Extension</h6>
}
},
showLogDataDialog: function (data = []) {
console.log('### showLogDataDialog', data)
this.logData.data = data.join('\n')
this.logData.show = true
},
Expand Down

0 comments on commit 9d9fbc0

Please sign in to comment.