Skip to content

Commit

Permalink
remove loud log line
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
  • Loading branch information
JoeMatt committed Dec 22, 2024
1 parent 50ca54a commit 1c1456f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ public final class GameImporter: GameImporting, ObservableObject {
//check the child queue items for duplicates
return self.importQueueContainsDuplicate(existing.childQueueItems, ofItem: queueItem)
}
DLOG("Duplicate Queue Item not detected for \(existing.url.lastPathComponent.lowercased()) - compared with \(queueItem.url.lastPathComponent.lowercased())")
// DLOG("Duplicate Queue Item not detected for \(existing.url.lastPathComponent.lowercased()) - compared with \(queueItem.url.lastPathComponent.lowercased())")
return false
}

Expand Down

0 comments on commit 1c1456f

Please sign in to comment.