Skip to content

Commit 852392e

Browse files
committed
fix logging
1 parent ddae908 commit 852392e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/utils/httpHandlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const handleServiceResponse = (
1818
request.url,
1919
)
2020
}
21-
console.log(serviceResponse)
21+
2222
response.status(serviceResponse.statusCode).send(serviceResponse)
2323
}
2424

0 commit comments

Comments
 (0)