Skip to content

Commit 257182b

Browse files
committed
Remove old debug print
1 parent 2278309 commit 257182b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/format_text.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ impl PyFormatTextOptions {
5656
///
5757
/// Returns the file text or an error when it failed to parse.
5858
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-
);
6359
match format_text(FormatTextOptions {
6460
path: &options.path,
6561
extension: options.extension.as_deref(),

0 commit comments

Comments
 (0)