mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
[#87] Remove debug statement used in dev
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
6bdac82e05
commit
21c4fa4a8f
@ -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 New Issue
Block a user