Skip to content

Commit 136f943

Browse files
committed
Removed print statement
1 parent aac70b4 commit 136f943

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/src/test/kotlin/Vec3dTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ class Vec3dTest {
144144

145145
@Test
146146
fun `test division with scalar (Int)`() {
147-
println(1 / 2.0)
148-
149147
val vector = Vec3d(4.0, 8.0, 12.0)
150148
val result = vector / 2
151149

0 commit comments

Comments
 (0)