Skip to content

Commit fe90d7a

Browse files
Update src/validators/literal.rs
Co-authored-by: Samuel Colvin <[email protected]>
1 parent 89e89f4 commit fe90d7a

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
@@ -74,7 +74,6 @@ impl<T: Clone + Debug> LiteralLookup<T> {
7474
py: Python<'data>,
7575
input: &'data I,
7676
) -> ValResult<'data, Option<(&'data I, &T)>> {
77-
// dbg!(input.to_object(py).as_ref(py).repr().unwrap());
7877
if let Some(expected_ints) = &self.expected_int {
7978
if let Ok(either_int) = input.strict_int() {
8079
let int = either_int.into_i64(py)?;

0 commit comments

Comments
 (0)