Skip to content

Commit

Permalink
remove logging from oauth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
R2bEEaton committed Oct 20, 2023
1 parent 3121fbf commit 711f2ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/functions/oauth/oauth.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {logger} from "src/lib/logger";
import { db } from 'src/lib/db'
import CryptoJS from 'crypto-js'

Expand Down Expand Up @@ -33,7 +32,6 @@ const callback = async (event) => {
})

const resp = JSON.parse(await response.text())
logger.info(resp)
const { access_token, refresh_token, expires_in, scope, error } = resp

if (error) {
Expand Down

0 comments on commit 711f2ec

Please sign in to comment.