Bladeren bron

Removes debugging line from credentials component.

Christopher Leggett 5 jaren geleden
bovenliggende
commit
b0fb1717a8
2 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 1
      public/js/app.js
  2. 0 1
      resources/js/components/credential.vue

+ 0 - 1
public/js/app.js

@@ -2094,7 +2094,6 @@ __webpack_require__.r(__webpack_exports__);
   mounted: function mounted() {
     var _this = this;
 
-    console.log(this.$refs);
     Echo.channel('credentials').listen('CredentialUpdated', function (e) {
       // This part could potentially use a refactor.
       // Probably needs a credential list component to listen for this

+ 0 - 1
resources/js/components/credential.vue

@@ -58,7 +58,6 @@ export default {
         }
     },
     mounted() {
-        console.log(this.$refs);
         Echo.channel('credentials')
             .listen('CredentialUpdated', (e) => {
                 // This part could potentially use a refactor.