mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-02 21:20:32 -05:00
remove log
This commit is contained in:
@@ -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
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user