aboutsummaryrefslogtreecommitdiff
path: root/src/create_pkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/create_pkg.c')
-rw-r--r--src/create_pkg.c1
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);
}
}