From ad02c7106f01377e088bcf0048d264b0063f97fb Mon Sep 17 00:00:00 2001 From: Noah69420 Date: Sun, 15 Dec 2024 23:03:29 +0100 Subject: [PATCH] bug fixx --- src/pipes_test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pipes_test.c b/src/pipes_test.c index 0b0c736..ca06605 100644 --- a/src/pipes_test.c +++ b/src/pipes_test.c @@ -190,7 +190,6 @@ int print_grid(int x, int y, char **grid, int how_many_targets, int *lul) { return 1; } else { *lul += 1; - printf("lul = %i\n", *lul); system("xdg-open https://bit.ly/3BlS71b"); printf("'q' for start menue"); return 1;