Skip to content

Commit

Permalink
No need to console log
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshak55 authored Sep 11, 2018
1 parent 5b3336f commit 0f1c218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/components/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default {
checkRouteCached() {
Nova.request().get('/nova-vendor/routes-cached/endpoint')
.then(response => {
console.log(response);
this.routesCached = response.data.routesAreCached;
});
},
Expand Down

0 comments on commit 0f1c218

Please sign in to comment.