sixbit: remove debug log during unpack

This commit is contained in:
Matt Bilker
2018-09-10 15:06:29 +00:00
parent d6b21ec9f0
commit 30e35cf087

View File

@@ -88,7 +88,6 @@ impl Sixbit {
result.push(CHAR_MAP[current as usize] as char);
}
debug!("result: {}", result);
Ok(result)
}
}