Remove log statement
This commit is contained in:
parent
6b04ea9c71
commit
dcc2a5d456
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ export default {
|
|||
{ headers: { Authorization: `Bearer ${this.api_token}` } }
|
||||
)
|
||||
.then((response) => {
|
||||
console.log(response)
|
||||
for (var key of this.data_wanted) {
|
||||
this.data_points[key] = response.data[key]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue