Skip to content

Commit

Permalink
remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-flynn committed Jul 27, 2023
1 parent 1f418aa commit b4dfe36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/passport.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const passport = require('passport');
const GoogleStrategy = require('passport-google-oauth20').Strategy;
console.log('passport setting up');
const User = require('./userSchema.js');

passport.serializeUser((user, done) => {
Expand Down Expand Up @@ -44,5 +43,3 @@ passport.use(
}
)
);

console.log('passport done setting up');

0 comments on commit b4dfe36

Please sign in to comment.