[#87] Remove debug statement used in dev
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6bdac82e05
commit
21c4fa4a8f
1 changed files with 0 additions and 1 deletions
|
@ -263,7 +263,6 @@ export default {
|
||||||
.then(resp => resp.json())
|
.then(resp => resp.json())
|
||||||
.then(data => ({ data }))
|
.then(data => ({ data }))
|
||||||
.then(resp => {
|
.then(resp => {
|
||||||
console.warn(resp)
|
|
||||||
this.secretId = resp.data.secret_id
|
this.secretId = resp.data.secret_id
|
||||||
this.secret = ''
|
this.secret = ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue