Skip to content

Commit cfafaa7

Browse files
authored
[red-knot] Remove very noisy tracing call when resolving ImportFrom statements (#13136)
1 parent 3e9c7ad commit cfafaa7

File tree

1 file changed

+0
-1
lines changed
  • crates/red_knot_python_semantic/src/types

1 file changed

+0
-1
lines changed

crates/red_knot_python_semantic/src/types/infer.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,6 @@ impl<'db> TypeInferenceBuilder<'db> {
10631063
// `follow_relative_import_bare_to_module()` and
10641064
// `follow_nonexistent_import_bare_to_module()`.
10651065
let ast::StmtImportFrom { module, level, .. } = import_from;
1066-
tracing::trace!("Resolving imported object {alias:?} from statement {import_from:?}");
10671066
let module = module.as_deref();
10681067

10691068
let module_name = if let Some(level) = NonZeroU32::new(*level) {

0 commit comments

Comments
 (0)