remove debug print
This commit is contained in:
parent
f6223548c8
commit
1a5dfb4b50
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ impl ModOp {
|
|||
}
|
||||
|
||||
pub fn lock(&mut self, inbuf: ProcBuf, outbuf: ProcBuf) -> ProcBuf {
|
||||
println!("LOCK MA {}", self.amount);
|
||||
self.inbuf = inbuf;
|
||||
self.outbuf = outbuf;
|
||||
self.modbuf
|
||||
|
|
Loading…
Reference in a new issue