Skip to content

Commit 20161d7

Browse files
#485: Remove debug println from TimeZoneNativeTest during validation loop
1 parent 5bb1f5e commit 20161d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/darwin/test/TimeZoneNativeTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class TimeZoneNativeTest {
4242
for (zoneId in validTimeZones) {
4343
val expected = timeZoneById(zoneId).atZone(ldt)
4444
val actual = timeZoneByIdFoundation(zoneId).atZone(ldt)
45-
println("$zoneId: $expected, $actual")
4645
assertEquals(expected, actual)
4746
}
4847
}

0 commit comments

Comments
 (0)