parse: removed debug statement

This commit is contained in:
lunar-mining
2021-10-10 10:51:17 +02:00
parent 182964ed6f
commit ffc51f8bc8

View File

@@ -34,7 +34,6 @@ pub fn generate_id(tkn_str: &str, network: &NetworkName) -> Result<jubjub::Fr> {
counter += 1;
continue;
}
debug!(target: "CASHIER", "DESERIALIZATION SUCCESSFUL");
return Ok(token_id.unwrap());
}
}