Skip to content

Commit

Permalink
remove uneeded function
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDegenDeveloper committed Jul 4, 2024
1 parent c4b57d2 commit 8eb1522
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/contracts/option_round.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -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<OptionRoundError, ByteArray> {
// fn into(self: OptionRoundError) -> ByteArray {
// match self {
Expand Down

0 comments on commit 8eb1522

Please sign in to comment.