diff --git a/pulse/src/lib.rs b/pulse/src/lib.rs index 8a58978005..23e2aadc71 100644 --- a/pulse/src/lib.rs +++ b/pulse/src/lib.rs @@ -52,7 +52,6 @@ fn decl_stream_symbol( args: &[Identifier], ) -> TractResult> { if args[0].0 == "tract_pulse_streaming_symbol" { - log::warn!("\"tract_pulse_streaming_symbol\" is deprecated. (\"S\" is no longer a magic symbol)."); Ok(ControlFlow::Break(())) } else { Ok(ControlFlow::Continue(()))