Removed printf() for debugging

This commit is contained in:
TheDarkBug 2021-03-07 00:57:38 +01:00 committed by GitHub
parent ad176830af
commit c5ecef7e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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