Drop debug leftover.
This commit is contained in:
@@ -843,7 +843,6 @@ do_extract(const char* packageFileName, const char* changeToDirectory,
|
|||||||
// check whether all explicitly specified entries have been extracted
|
// check whether all explicitly specified entries have been extracted
|
||||||
if (explicitEntryCount > 0) {
|
if (explicitEntryCount > 0) {
|
||||||
for (int i = 0; i < explicitEntryCount; i++) {
|
for (int i = 0; i < explicitEntryCount; i++) {
|
||||||
printf("check...en:%s\n", explicitEntries[i]);
|
|
||||||
if (Entry* entry = handler.FindFilterEntry(explicitEntries[i])) {
|
if (Entry* entry = handler.FindFilterEntry(explicitEntries[i])) {
|
||||||
if (!entry->Seen()) {
|
if (!entry->Seen()) {
|
||||||
fprintf(stderr, "Warning: Entry \"%s\" not found.\n",
|
fprintf(stderr, "Warning: Entry \"%s\" not found.\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user