Skip to content

Commit dff58b4

Browse files
committed
chore(server): remove unnecessary console log
1 parent e546853 commit dff58b4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/server/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ app.get("/api/prediction/:id", (async (req: Request, res: Response) => {
118118
try {
119119
const { id } = req.params
120120

121-
console.log(`Checking transcription status for ID: ${id}`)
122-
123121
const response = await fetch(
124122
`https://api.assemblyai.com/v2/transcript/${id}`,
125123
{

0 commit comments

Comments
 (0)