Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo committed Jun 11, 2024
1 parent b7a601c commit 4a76720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/snfoundry/contracts/src/YourContract.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ mod YourContract {
self.eth_token.read().transfer(self.ownable.owner(), balance);
}
fn premium(self: @ContractState) -> bool {
println!("test");
self.premium.read()
}
}
Expand Down

0 comments on commit 4a76720

Please sign in to comment.