Skip to content

Commit a36404e

Browse files
authored
Update src/validators/literal.rs
1 parent abd5532 commit a36404e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validators/literal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ impl<T: Clone + Debug> LiteralLookup<T> {
9696
py: Python<'data>,
9797
input: &'data I,
9898
) -> ValResult<'data, Option<(&'data I, &T)>> {
99-
// dbg!(input.to_object(py).as_ref(py).repr().unwrap());
10099
if let Some(expected_bool) = &self.expected_bool {
101100
if let Ok(bool_value) = input.strict_bool() {
102101
if bool_value {

0 commit comments

Comments
 (0)