Skip to content

Commit

Permalink
Drop superfluous test print
Browse files Browse the repository at this point in the history
...
helje5 committed Nov 20, 2024
1 parent d6886e0 commit c46d352
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/ZeeQLTests/ContactsDBModel.swift
Original file line number Diff line number Diff line change
@@ -169,7 +169,6 @@ internal func lookupTestDataPath() -> String {
.deletingLastPathComponent()
.appendingPathComponent("data")
if fm.fileExists(atPath: url.path) { return url.path }
print("could not locate data path in current dir:", path)
}

do {

0 comments on commit c46d352

Please sign in to comment.