fix: remove commented console log for request headers in Home component
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ export default function Home() {
|
|||||||
if (headerKey && headerValue) {
|
if (headerKey && headerValue) {
|
||||||
headers[headerKey] = headerValue;
|
headers[headerKey] = headerValue;
|
||||||
}
|
}
|
||||||
|
// console.log('Request Headers:', headers);
|
||||||
try {
|
try {
|
||||||
const start = Date.now();
|
const start = Date.now();
|
||||||
const fetchOptions: any = {
|
const fetchOptions: any = {
|
||||||
|
|||||||
Reference in New Issue
Block a user