fix: remove dbg! usages in the proc macros

This commit is contained in:
J / Jacob Babich
2026-07-09 01:39:56 -04:00
parent 9a9cefee37
commit d6ad9972c7
2 changed files with 0 additions and 4 deletions

View File

@@ -49,8 +49,6 @@ impl ToTokens for FromPyFromStr {
}
};
dbg!(&output.to_string());
tokens.extend(output);
}
}

View File

@@ -49,8 +49,6 @@ impl ToTokens for ToStrToPy {
}
};
dbg!(&output.to_string());
tokens.extend(output);
}
}