Skip to content

Commit

Permalink
build: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab authored Jan 7, 2021
1 parent bb85863 commit fb20c7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/log_proxy_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ int main(int argc, char *argv[])
command_args[0] = command;
for (int i = 0 ; i < command_args_length ; i++) {
command_args[i + 1] = argv[index + i + 1];
g_print("%s\n", command_args[i+1]);
}
command_args[command_args_length + 1] = NULL;
gchar *stdout_fifo = g_strdup("/dev/null");
Expand Down

0 comments on commit fb20c7c

Please sign in to comment.