Skip to content

Commit 759666a

Browse files
committed
Remove debug statement
1 parent 70948a0 commit 759666a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

matching-service/app/logic/matching.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ async def fetch_random_question(topic: str, difficulty: str) -> str:
135135
return question_data["id"]
136136

137137
async def create_room(user1: str, user2: str, question_id: str) -> str:
138-
logger.debug("Test!")
139138
async with httpx.AsyncClient() as client:
140139
response = await client.post(
141140
f"{COLLAB_SVC_URL}/collab/create-room",

0 commit comments

Comments
 (0)