Skip to content

Commit 9536e02

Browse files
authored
Update src/expr/conditional_expr.rs
1 parent fc27bd5 commit 9536e02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/expr/conditional_expr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ impl PyCaseBuilder {
4141
}
4242

4343
pub fn when(&self, when: PyExpr, then: PyExpr) -> PyCaseBuilder {
44-
println!("when called {self:?}");
4544
let mut case_builder = self.clone();
4645
case_builder.when.push(when.into());
4746
case_builder.then.push(then.into());

0 commit comments

Comments
 (0)