mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
remove debug prints
This commit is contained in:
parent
f9dc75f70c
commit
5c1a522f89
@ -32,9 +32,6 @@ impl<F: Field + PrimeField, G: GroupType<F>> ConstrainedProgram<F, G> {
|
|||||||
span: &Span,
|
span: &Span,
|
||||||
) -> Result<&mut ConstrainedValue<F, G>, StatementError> {
|
) -> Result<&mut ConstrainedValue<F, G>, StatementError> {
|
||||||
// Check that assignee exists and is mutable
|
// Check that assignee exists and is mutable
|
||||||
for key in self.identifiers.keys() {
|
|
||||||
println!("id {}", key);
|
|
||||||
}
|
|
||||||
Ok(match self.get_mut(name) {
|
Ok(match self.get_mut(name) {
|
||||||
Some(value) => match value {
|
Some(value) => match value {
|
||||||
ConstrainedValue::Mutable(mutable_value) => mutable_value,
|
ConstrainedValue::Mutable(mutable_value) => mutable_value,
|
||||||
|
Loading…
Reference in New Issue
Block a user