remove console
This commit is contained in:
@@ -20,9 +20,6 @@ export async function testConnect() {
|
||||
|
||||
let parsed = await response.json();
|
||||
|
||||
console.log('all fine??');
|
||||
console.log(parsed);
|
||||
|
||||
return parsed;
|
||||
} catch (error) {
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user