Kill debugging line occasionally slipped into rev.1.3.

Submitted by:	reg
This commit is contained in:
sobomax 2002-09-09 11:13:00 +00:00
parent bcad2a2f66
commit 722d004d66

View File

@ -68,8 +68,6 @@ pkg_perform(char **indexarg)
i = -1;
while (pkgs[++i] != NULL) {
if (MatchName == NULL || strstr(pkgs[i], MatchName))
if (strcmp(pkgs[i], "mpeg_lib-1.3.1") == 0)
printf("Found!\n");
err_cnt += pkg_do(pkgs[i]);
}