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);
|
tokens.extend(output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -49,8 +49,6 @@ impl ToTokens for ToStrToPy {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
dbg!(&output.to_string());
|
|
||||||
|
|
||||||
tokens.extend(output);
|
tokens.extend(output);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user