Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove some debugging that slipped in
Brad Davis committed 10 years ago
commit ef15e05ff7a36b4fd42989b90b212adf8302b109
parent c03c89d2ab078efa64ca8de0b070bf918046c360
1 file changed +0 -3
modified src/autoremove.c
@@ -138,9 +138,6 @@ exec_autoremove(int argc, char **argv)
			rc = query_yesno(false,
		            "\nProceed with deinstalling packages? ");
	}
-
//printf("yes: %d\n", yes);
-
//printf("rc: %d\n", rc);
-
//printf("dry_run: %d\n", dry_run);
	if ((yes || rc ) && !dry_run && ((retcode = pkg_jobs_apply(jobs)) != EPKG_OK)) {
		goto cleanup;
	}