From c5ecef7e03bcc5a5dea9d3c2e96f69f241b88a4a Mon Sep 17 00:00:00 2001 From: TheDarkBug <41623496+TheDarkBug@users.noreply.github.com> Date: Sun, 7 Mar 2021 00:57:38 +0100 Subject: [PATCH] Removed printf() for debugging --- uwufetch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uwufetch.c b/uwufetch.c index e9ba2fb..55bb0ff 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -52,7 +52,6 @@ int main(int argc, char *argv[]) { break; } print_info(); - printf("%i\n", opt); } int pkgman() { // this is just a function that returns the total of installed packages