mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
parse: removed debug statement
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user