From f02f7dda6476a499858576a15c6edb2498650e1b Mon Sep 17 00:00:00 2001 From: Nicolas Stucki Date: Fri, 3 Mar 2023 11:46:35 +0100 Subject: [PATCH] Cleanup test that prints onto the `compilationTest` output --- tests/neg-macros/i16582/Macro_1.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/neg-macros/i16582/Macro_1.scala b/tests/neg-macros/i16582/Macro_1.scala index dea58b89f017..c28c83166607 100644 --- a/tests/neg-macros/i16582/Macro_1.scala +++ b/tests/neg-macros/i16582/Macro_1.scala @@ -11,7 +11,6 @@ def ownerWorksImpl(in: Expr[Int])(using Quotes): Expr[String] = val position = Position.ofMacroExpansion val file = position.sourceFile val owner0 = Symbol.spliceOwner.maybeOwner - println("owner0 = " + owner0) val ownerName = owner0.tree match { case ValDef(name, _, _) => name