Disable log out

This commit is contained in:
Dominik Werder
2025-05-15 15:23:12 +02:00
parent 820a81130e
commit 171eb0e9f8

View File

@@ -150,7 +150,7 @@ impl BinWriter {
shape: Shape,
chname: String,
) -> Result<Self, Error> {
let trd = true || series::dbg::dbg_chn(&chname);
let trd = series::dbg::dbg_chn(&chname);
if trd {
debug_bin!(trd, "enabled debug for {}", chname);
}