tests: silence spammy debug prints in NdbTests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
William Casarin
2026-05-18 12:13:43 -07:00
co-authored by Claude Opus 4.6
parent 945ebff880
commit 0e59969b62
+2 -2
View File
@@ -176,7 +176,7 @@ final class NdbTests: XCTestCase {
} }
for elem in tag { for elem in tag {
print("tag[\(tags)][\(elem.index)]") //print("tag[\(tags)][\(elem.index)]")
total_count_iter += 1 total_count_iter += 1
} }
@@ -294,7 +294,7 @@ final class NdbTests: XCTestCase {
for tag in note.tags { for tag in note.tags {
for elem in tag { for elem in tag {
print("iter_elem \(elem.string())") //print("iter_elem \(elem.string())")
for c in elem { for c in elem {
if char_count == 0 { if char_count == 0 {
let ac = AsciiCharacter(c) let ac = AsciiCharacter(c)