remove log

This commit is contained in:
ProgrammerIn-wonderland
2025-05-27 16:36:23 -04:00
parent 54ec707f7f
commit 99cf2cad67
@@ -87,7 +87,6 @@ export function pFetch(...args) {
socket.on("open", async () => {
socket.write(reqHead); // Send headers
if (requestBody) {
console.log("Sending body", requestBody);
socket.write(requestBody); // Send body if present
}
});