From ad4b5943938f3ad59bbaedce978ca67a15da55d0 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Mon, 30 Sep 2024 13:08:12 +0200 Subject: [PATCH] Remove debug print Co-authored-by: Brice Jaglin --- itest/src/fix-3.5/build.sc | 1 - 1 file changed, 1 deletion(-) diff --git a/itest/src/fix-3.5/build.sc b/itest/src/fix-3.5/build.sc index bece231..8bf31cd 100644 --- a/itest/src/fix-3.5/build.sc +++ b/itest/src/fix-3.5/build.sc @@ -15,6 +15,5 @@ def verify() = | def myComplexMethod: Map[Int, String] = 1.to(10).map(i => i -> i.toString).toMap |} |""".stripMargin - println(fixedScala) assert(fixedScala == expected) }