fix: remove dbg! usages in the proc macros
This commit is contained in:
@@ -49,8 +49,6 @@ impl ToTokens for FromPyFromStr {
|
||||
}
|
||||
};
|
||||
|
||||
dbg!(&output.to_string());
|
||||
|
||||
tokens.extend(output);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,8 +49,6 @@ impl ToTokens for ToStrToPy {
|
||||
}
|
||||
};
|
||||
|
||||
dbg!(&output.to_string());
|
||||
|
||||
tokens.extend(output);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user