Skip to content

Commit

Permalink
fix: Unnecessary log entries by extendSessionOnUse (parse-community…
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy authored May 25, 2023
1 parent 3030c76 commit fd6a007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ const renewSessionIfNeeded = async ({ config, session, sessionToken }) => {
{ sessionToken },
{ limit: 1 }
).execute();
console.log({ results });
session = results[0];
}
const lastUpdated = new Date(session?.updatedAt);
Expand Down

0 comments on commit fd6a007

Please sign in to comment.