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)
|
unwrapTerm(t)
|
||||||
case o => o
|
case o => o
|
||||||
}
|
}
|
||||||
val o = unwrapTerm(x)
|
unwrapTerm(x)
|
||||||
println(s"Before extract ${x.show}")
|
|
||||||
println(s"After extract ${o.show}")
|
|
||||||
o
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue