[#87] Remove debug statement used in dev

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-06-14 10:52:50 +02:00
parent 6bdac82e05
commit 21c4fa4a8f
No known key found for this signature in database
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -263,7 +263,6 @@ export default {
.then(resp => resp.json())
.then(data => ({ data }))
.then(resp => {
console.warn(resp)
this.secretId = resp.data.secret_id
this.secret = ''