diff --git a/serieswriter/src/binwriter.rs b/serieswriter/src/binwriter.rs index 6f25ab7..b564fd0 100644 --- a/serieswriter/src/binwriter.rs +++ b/serieswriter/src/binwriter.rs @@ -150,7 +150,7 @@ impl BinWriter { shape: Shape, chname: String, ) -> Result { - let trd = true || series::dbg::dbg_chn(&chname); + let trd = series::dbg::dbg_chn(&chname); if trd { debug_bin!(trd, "enabled debug for {}", chname); }