Skip to content

Commit

Permalink
remove unused debug
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq committed Sep 9, 2022
1 parent 176a740 commit 585c68b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/sui-framework/tests/crypto_tests.move
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module sui::crypto_tests {
use sui::crypto;
use sui::elliptic_curve as ec;
use std::vector;
use std::debug;

#[test]
fun test_ecrecover_pubkey() {
Expand Down
1 change: 0 additions & 1 deletion sui_programmability/examples/math/sources/ecdsa.move
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module math::ecdsa {
use sui::tx_context::TxContext;
use sui::transfer;
use std::vector;
use std::debug;
/// Event on whether the signature is verified
struct VerifiedEvent has copy, drop {
is_verified: bool,
Expand Down

0 comments on commit 585c68b

Please sign in to comment.