Skip to content

Commit

Permalink
chore: Removed a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
spuxx1701 committed Apr 28, 2024
1 parent 557b6af commit b33bc46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http/http.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export class HttpService {
payload += `${key}=`;
}
});
console.log(payload);
return payload;
}

Expand Down

0 comments on commit b33bc46

Please sign in to comment.