Skip to content

Commit

Permalink
Merge pull request #2 from shirshak55/patch-1
Browse files Browse the repository at this point in the history
No need to console log
  • Loading branch information
wilburpowery authored Sep 11, 2018
2 parents 5b3336f + 0f1c218 commit 7f1e27d
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 7f1e27d

Please sign in to comment.