Skip to content
Snippets Groups Projects
Commit 95802d34 authored by Mikaël Mayer's avatar Mikaël Mayer
Browse files

Removed debugging command

parent 3829b85f
No related branches found
No related tags found
No related merge requests found
...@@ -320,8 +320,6 @@ object StringSolver { ...@@ -320,8 +320,6 @@ object StringSolver {
} }
val (bounded, notbounded) = b.partition(isBounded _) val (bounded, notbounded) = b.partition(isBounded _)
println(s"After partition, bounded = $bounded, b=$b and notbounded = $notbounded")
if(notbounded == Nil) true if(notbounded == Nil) true
else if(notbounded == b) false else if(notbounded == b) false
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment