Skip to content

Commit

Permalink
#28 - Make changes according to feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Kristian Binau <[email protected]>
  • Loading branch information
frederikpyt and kristianbinau authored Oct 16, 2023
1 parent 322cf0d commit 9c8f7df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/pusher.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Pusher from 'pusher-js';

Pusher.logToConsole = true;

const pusher = new Pusher(import.meta.env.PUBLIC_PUSHER_APP_KEY, {
cluster: import.meta.env.PUBLIC_PUSHER_APP_CLUSTER,
});
Expand Down

0 comments on commit 9c8f7df

Please sign in to comment.