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) {
|
||||
headers[headerKey] = headerValue;
|
||||
}
|
||||
|
||||
// console.log('Request Headers:', headers);
|
||||
try {
|
||||
const start = Date.now();
|
||||
const fetchOptions: any = {
|
||||
|
||||
Reference in New Issue
Block a user