Remove some debug println!s
This commit is contained in:
@@ -168,10 +168,7 @@ impl Machine {
|
|||||||
// choice point, so we should break.
|
// choice point, so we should break.
|
||||||
self.machine_st.backtrack();
|
self.machine_st.backtrack();
|
||||||
|
|
||||||
if self.machine_st.b > stub_b {
|
if self.machine_st.b <= stub_b {
|
||||||
println!("b: {}", self.machine_st.b);
|
|
||||||
} else {
|
|
||||||
println!("breaking");
|
|
||||||
// NOTE: out of choicepoints to backtrack through, no
|
// NOTE: out of choicepoints to backtrack through, no
|
||||||
// more solutions to gather.
|
// more solutions to gather.
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user