Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyz32 committed Dec 23, 2024
1 parent 05bea67 commit f761ecf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ile/src/pub_db2.sqlc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ struct messageParams {
int get_socket_port() {
const char *port_env = getenv("MANZAN_SOCKET_PORT");
DEBUG_INFO("Socket port: %s\n", port_env);
printf("Socket port: %s\n", port_env);
if (port_env != NULL) {
char *endptr;
errno = 0; // Reset errno before calling strtol
Expand Down

0 comments on commit f761ecf

Please sign in to comment.