diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 10:55:12 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 10:55:12 +0000 |
| commit | d864bf7907c814eef30e906e59b0890df34d311c (patch) | |
| tree | 93623d63a5d5f77e909d117688202a77342f18de /src/create_pkg.c | |
| parent | 52cc7c1f80eda62f4bd02d5b0cfd6701e0043842 (diff) | |
'find' will show all installed packages
Diffstat (limited to 'src/create_pkg.c')
| -rw-r--r-- | src/create_pkg.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } |
