Skip to content

Commit 5e72f13

Browse files
authored
chore: remove log (#6041)
1 parent 9ff9029 commit 5e72f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_service/src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ impl WorkspaceSettingsHandle {
874874
}
875875

876876
/// Resolve the formatting context for the given language
877-
#[instrument(level = "debug", skip(file_source))]
877+
#[instrument(level = "debug", skip(self, file_source))]
878878
pub fn format_options<L>(
879879
&self,
880880
path: &BiomePath,

0 commit comments

Comments
 (0)