From d864bf7907c814eef30e906e59b0890df34d311c Mon Sep 17 00:00:00 2001 From: dacctal Date: Mon, 25 May 2026 10:55:12 +0000 Subject: 'find' will show all installed packages --- src/create_pkg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/create_pkg.c') diff --git a/src/create_pkg.c b/src/create_pkg.c index 4f4781e..056a3ad 100644 --- a/src/create_pkg.c +++ b/src/create_pkg.c @@ -18,7 +18,6 @@ Pkg create_pkg(const char *arg, const char *target) { for (int i = 0; i < cached_repos_count; i++) { if (strcmp(cached_repos[i].source_key, arg) == 0) { pkg.ver = cached_repos[i].version; - printf("THIS IS THE VERSION NUMBER: %s\n", pkg.ver); } } -- cgit v1.2.3