remove debug println
This commit is contained in:
parent
1adada0c79
commit
cd3503551b
1 changed files with 1 additions and 4 deletions
|
@ -123,8 +123,5 @@ private[minisql] def extractTerm(using Quotes)(x: quotes.reflect.Term) = {
|
|||
unwrapTerm(t)
|
||||
case o => o
|
||||
}
|
||||
val o = unwrapTerm(x)
|
||||
println(s"Before extract ${x.show}")
|
||||
println(s"After extract ${o.show}")
|
||||
o
|
||||
unwrapTerm(x)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue