From 4999cdc498f59efa3a587ce5a46e86aec79b9595 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 24 Jan 2021 15:43:31 +0000 Subject: [PATCH] removed debug message --- rustybot/src/managers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rustybot/src/managers.rs b/rustybot/src/managers.rs index 40095fb..c3998e7 100644 --- a/rustybot/src/managers.rs +++ b/rustybot/src/managers.rs @@ -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()