Skip to content
Snippets Groups Projects

chore: remove some dbg!() calls

Merged Georgy Moshkin requested to merge chore/remove-debug-output into master
Compare and
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -623,7 +623,7 @@ impl<'a> VariantInfo<'a> {
.expected(#name)
.subtype(e);
if let Some(i) = ::std::num::NonZeroI32::new(__index) {
e = e.actual_multiple_lua_at(&__lua, dbg!(i), dbg!(n_vals))
e = e.actual_multiple_lua_at(&__lua, i, n_vals)
} else {
e = e.actual("no value")
}