removed console.logs
This commit is contained in:
@@ -48,8 +48,6 @@ async function signIn(loginDetails: NPEDFieldType) {
|
||||
if (!frontCameraResponse.ok) throw new Error("cannot reach NPED endpoint");
|
||||
if (!rearCameraResponse.ok) throw new Error("cannot reach NPED endpoint");
|
||||
|
||||
const data = await frontCameraResponse.json();
|
||||
console.log(data);
|
||||
return {
|
||||
frontResponse: frontCameraResponse.json(),
|
||||
rearResponse: rearCameraResponse.json(),
|
||||
|
||||
Reference in New Issue
Block a user