Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
scglwsj committed Aug 26, 2024
1 parent b27655b commit c05f5c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions service/UserService.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { json } from "stream/consumers";

const classUrl = process.env.NEXT_PUBLIC_QUEMISTRY_CLASS_URL || ''

export const UserService = {
Expand All @@ -16,7 +14,6 @@ export const UserService = {
},

async getClasses() {
console.log('classUrl', classUrl);
const res = await fetch(classUrl, {
method: 'GET',
headers: {
Expand Down

0 comments on commit c05f5c0

Please sign in to comment.