Skip to content

Commit

Permalink
Remove event
Browse files Browse the repository at this point in the history
  • Loading branch information
horsefacts committed Jul 31, 2022
1 parent 9df4fe8 commit 06528c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ contract Sum is DSNote {
return either(bit == usr, can[bit][usr] == 1);
}

event Caller(address caller);
function caller() external {
emit Caller(msg.sender);
}

// --- Data ---
struct Inc {
uint net; // Net counter value
Expand Down

0 comments on commit 06528c8

Please sign in to comment.