We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2278309 commit 257182bCopy full SHA for 257182b
src/format_text.rs
@@ -56,10 +56,6 @@ impl PyFormatTextOptions {
56
///
57
/// Returns the file text or an error when it failed to parse.
58
pub fn format_text_py(options: PyFormatTextOptions) -> PyResult<Option<String>> {
59
- println!(
60
- "'ignore_node_comment_text' is {}",
61
- options.config.0.ignore_node_comment_text
62
- );
63
match format_text(FormatTextOptions {
64
path: &options.path,
65
extension: options.extension.as_deref(),
0 commit comments