tests: silence spammy debug prints in NdbTests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
945ebff880
commit
0e59969b62
@@ -176,7 +176,7 @@ final class NdbTests: XCTestCase {
|
||||
}
|
||||
|
||||
for elem in tag {
|
||||
print("tag[\(tags)][\(elem.index)]")
|
||||
//print("tag[\(tags)][\(elem.index)]")
|
||||
total_count_iter += 1
|
||||
}
|
||||
|
||||
@@ -294,7 +294,7 @@ final class NdbTests: XCTestCase {
|
||||
|
||||
for tag in note.tags {
|
||||
for elem in tag {
|
||||
print("iter_elem \(elem.string())")
|
||||
//print("iter_elem \(elem.string())")
|
||||
for c in elem {
|
||||
if char_count == 0 {
|
||||
let ac = AsciiCharacter(c)
|
||||
|
||||
Reference in New Issue
Block a user