Get rid of println
This commit is contained in:
parent
151246e1c5
commit
ad53d4394b
@ -424,7 +424,6 @@ impl<'a> State<'a> {
|
|||||||
|
|
||||||
let cond = self.expression(Node::Expr(cond))?;
|
let cond = self.expression(Node::Expr(cond))?;
|
||||||
for alt in alternatives {
|
for alt in alternatives {
|
||||||
println!("ALTERNATIVE: {:?}", alt);
|
|
||||||
// no matter what type of condition we have, ignore alternative if the guard evaluates false
|
// no matter what type of condition we have, ignore alternative if the guard evaluates false
|
||||||
if !self.guard_passes(&alt.guard, &cond)? {
|
if !self.guard_passes(&alt.guard, &cond)? {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user