mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
🔇 Removed log used during development
This commit is contained in:
parent
3b6759566b
commit
f561205d7a
1 changed files with 0 additions and 5 deletions
|
@ -131,11 +131,6 @@ export const twitterFetch = async (
|
||||||
headers: headers
|
headers: headers
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (apiRequest.status !== 200) {
|
|
||||||
const raw = await apiRequest?.clone().text();
|
|
||||||
console.log('Raw response:', raw);
|
|
||||||
console.log('Response code:', apiRequest?.status);
|
|
||||||
}
|
|
||||||
|
|
||||||
response = await apiRequest?.json();
|
response = await apiRequest?.json();
|
||||||
} catch (e: unknown) {
|
} catch (e: unknown) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue