Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Apr 30, 2024
1 parent 6d86f7a commit 09ff1db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/foundry/ChallengeManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "forge-std/Test.sol";
import "./util/TestUtil.sol";
import "../../src/challenge/ChallengeManager.sol";
import "../../src/osp/OneStepProofEntry.sol";
import "forge-std/console.sol";

contract ChallengeManagerTest is Test {
IChallengeResultReceiver resultReceiver = IChallengeResultReceiver(address(137));
Expand Down

0 comments on commit 09ff1db

Please sign in to comment.