package: removed debug code

cute-signatures
Natanael Copa 2009-06-22 09:41:49 +00:00
parent 5b75b40bf9
commit 5eab547de6
1 changed files with 0 additions and 1 deletions

View File

@ -683,7 +683,6 @@ struct apk_dependency apk_dep_from_str(struct apk_database *db,
if (*v == '=')
v++;
}
printf("DEBUG: result_mask = %x\n", mask);
return (struct apk_dependency) {
.name = apk_db_get_name(db, name),
.version = v,