diff options
Diffstat (limited to 'src/add_repo.c')
| -rw-r--r-- | src/add_repo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/add_repo.c b/src/add_repo.c index 0644f75..db8c46a 100644 --- a/src/add_repo.c +++ b/src/add_repo.c @@ -29,6 +29,4 @@ void add_repo(const char *repo, const char *repo_name) { fprintf(wfile, "%srepositories[\"%s\"] = { url = \"%s\" }\n", previous_repos, repo_name, repo); fclose(wfile); } - - printf("%s%sAdded %s%s\n", print_pkgit, green, repo_name, color_reset); }
\ No newline at end of file |
