Skip to content

Commit

Permalink
rm old unused commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed Jun 11, 2024
1 parent 611fe91 commit f222fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/testing/bridges/ArbitrumBridgeTesting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ library ArbitrumBridgeTesting {
for (uint256 i = 0; i < logs.length; i++) {
Vm.Log memory log = logs[i];
(, address target, bytes memory message) = abi.decode(log.data, (address, address, bytes));
//l2ToL1Sender = sender;
(bool success, bytes memory response) = InboxLike(bridge.sourceCrossChainMessenger).bridge().executeCall(target, 0, message);
if (!success) {
assembly {
Expand Down

0 comments on commit f222fe2

Please sign in to comment.