Skip to content

Commit 9527b5d

Browse files
committed
Remove unnecessary console.log
1 parent 65d4ec3 commit 9527b5d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/routes/auth/callback/+server.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ export async function GET(event) {
8888
return redirect(302, '/auth/failed');
8989
}
9090

91-
console.log(slackProfileResJSON);
92-
9391
const slackProfile = slackProfileResJSON['user'];
9492

9593
const profilePic =
@@ -165,8 +163,6 @@ export async function GET(event) {
165163
env.SUPER_ADMIN_SLACK_ID.length > 0 &&
166164
slack_id === env.SUPER_ADMIN_SLACK_ID;
167165

168-
console.log(id, slack_id, username, profilePic, isSuperAdmin, hackatimeTrust);
169-
170166
if (databaseUser) {
171167
// Update user (update name and profile picture and lastLoginAt on login)
172168
await db

0 commit comments

Comments
 (0)