mirror of
https://github.com/mii443/encrypt.git
synced 2025-08-22 15:05:33 +00:00
add variable free status debug
This commit is contained in:
@ -717,7 +717,11 @@ impl GPSL {
|
||||
}
|
||||
}
|
||||
|
||||
self.blocks.pop_front();
|
||||
let p = self.blocks.pop_front();
|
||||
|
||||
if let Some(p) = p {
|
||||
debug!("Free: {}", p.variables.len());
|
||||
}
|
||||
|
||||
return Ok(None);
|
||||
}
|
||||
|
Reference in New Issue
Block a user