removed leverage debug msg

This commit is contained in:
Giulio De Pasquale 2021-02-20 22:23:03 +00:00
parent b5007c8f95
commit ae54166ea2

View File

@ -513,7 +513,6 @@ impl TryInto<Position> for bitfinex::positions::Position {
}
};
println!("leverage: {}", self.leverage());
Ok(Position::new(
SymbolPair::from_str(self.symbol())?,
state,