diff --git a/src/note.sol b/src/note.sol index 1d0b6bf..c3d4931 100644 --- a/src/note.sol +++ b/src/note.sol @@ -36,8 +36,8 @@ contract DSNote { wad := callvalue } - emit LogNote(msg.sig, msg.sender, foo, bar, wad, msg.data); - _; + + emit LogNote(msg.sig, msg.sender, foo, bar, wad, msg.data); } }