Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 4, 2024
1 parent 8750186 commit 39dce4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ window.Pusher = Pusher;

window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';

console.log(import.meta.env);
if (import.meta.env.VITE_BROADCAST_CONNECTION === 'pusher') {
// Configuration for Pusher
window.Echo = new Echo({
Expand Down

0 comments on commit 39dce4a

Please sign in to comment.