removed debug message

This commit is contained in:
Giulio De Pasquale 2021-01-24 15:43:31 +00:00
parent 1db62c404e
commit 4999cdc498

View File

@ -268,7 +268,6 @@ impl PositionManager {
None => return Ok((None, None)),
Some(positions) => {
println!("Open positions: {:?}", positions);
// checking if there are positions open for our pair
match positions
.into_iter()