si5324: remove debug print

exception
Sebastien Bourdeauducq 2021-08-02 14:14:59 +08:00
parent 111ac0c716
commit f543501012
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ fn monitor_lock(i2c: &mut I2c) -> Result<()> {
}
fn init(i2c: &mut I2c) -> Result<()> {
info!("init test");
#[cfg(feature = "target_kasli_soc")]
{
i2c.pca9548_select(0x70, 0)?;