Removed printf() for debugging
This commit is contained in:
parent
ad176830af
commit
c5ecef7e03
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ int main(int argc, char *argv[]) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
print_info();
|
print_info();
|
||||||
printf("%i\n", opt);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int pkgman() { // this is just a function that returns the total of installed packages
|
int pkgman() { // this is just a function that returns the total of installed packages
|
||||||
|
|
Loading…
Reference in a new issue