Skip to content

Commit

Permalink
removed spamming debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazzco committed Sep 20, 2024
1 parent cb4b7a0 commit 6b5dc18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/file/pexgroupnode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ PExFileNode *PExGroupNode::findFile(const FileMeta *fileMeta) const
if (!fileMeta) return nullptr;
if (fileMeta->kind() == FileKind::Log) return nullptr;
for (PExFileNode* fileNode: listFiles()) {
DEB() << " check " << fileNode->location();
if (fileNode && fileNode->file() == fileMeta) return fileNode;
}
return nullptr;
Expand Down

0 comments on commit 6b5dc18

Please sign in to comment.