Skip to content

Commit

Permalink
remove: status code
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroFnseca committed Aug 29, 2023
1 parent 25303ac commit bd6a4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>

void log_api(const char *url, const char *method, const char *status_code) {
void log_api(const char *url, const char *method) {
char *color;

if (strcmp(method, "GET") == 0) {
Expand Down

0 comments on commit bd6a4a8

Please sign in to comment.