0
0
Fork 0

Remove log statement

This commit is contained in:
Oliver-Akins 2020-08-11 00:49:16 -06:00
parent 6b04ea9c71
commit dcc2a5d456

View file

@ -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]
};