From 015eda706d65ed638e9bd273e776842be5f207af Mon Sep 17 00:00:00 2001 From: Jubilee <46493976+workingjubilee@users.noreply.github.com> Date: Sun, 23 Jun 2024 19:23:01 -0700 Subject: [PATCH] remove "rewriting static" println --- src/items.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/items.rs b/src/items.rs index c8ea104e9d6..eb11604b277 100644 --- a/src/items.rs +++ b/src/items.rs @@ -1994,7 +1994,6 @@ fn rewrite_static( static_parts: &StaticParts<'_>, offset: Indent, ) -> Option { - println!("rewriting static"); let colon = colon_spaces(context.config); let mut prefix = format!( "{}{}{}{} {}{}{}",