Skip to content

Commit

Permalink
Fix: Remove test output of brotli compression
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored and bjoernricks committed Jan 24, 2024
1 parent 69f305b commit ae100cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gsad.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,12 +1276,10 @@ compress_response_brotli (const size_t res_len, const char *res,
{
*comp = (char *) cbuf;
*comp_len = cbuf_size;
g_warning ("%s: 1", __func__);
return 1;
}

g_free (cbuf);
g_warning ("%s: 0", __func__);
return 0;
}
#endif
Expand Down

0 comments on commit ae100cc

Please sign in to comment.