fix: remove commented console log for request headers in Home component

This commit is contained in:
MythEclipse
2026-05-07 21:11:44 +07:00
parent 3fdbaf3ced
commit f2ebba51bb
+1 -1
View File
@@ -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 = {