diff --git a/src/contracts/option_round.cairo b/src/contracts/option_round.cairo index 6518f42e..b8dbea75 100644 --- a/src/contracts/option_round.cairo +++ b/src/contracts/option_round.cairo @@ -483,17 +483,6 @@ mod OptionRound { } } - fn test() { - let a = MockBid { amount: 1, price: 2 }; - let b = MockBid { amount: 1, price: 2 }; - if a == b { - println!("one"); - } - if a < b { - println!("two"); - } - } - // impl OptionRoundErrorIntoByteArray of Into { // fn into(self: OptionRoundError) -> ByteArray { // match self {