From ca96d493e0b061cccccf02b2fd9f5c6fe08826df Mon Sep 17 00:00:00 2001 From: t11s Date: Tue, 24 May 2022 09:11:49 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Dead=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/SafeTransferLib.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/SafeTransferLib.sol b/src/utils/SafeTransferLib.sol index e4d911f8..44770856 100644 --- a/src/utils/SafeTransferLib.sol +++ b/src/utils/SafeTransferLib.sol @@ -8,8 +8,6 @@ import {ERC20} from "../tokens/ERC20.sol"; /// @dev Use with caution! Some functions in this library knowingly create dirty bits at the destination of the free memory pointer. /// @dev Note that none of the functions in this library check that a token has code at all! That responsibility is delegated to the caller. library SafeTransferLib { - event Debug(bool one, bool two, uint256 retsize); - /*////////////////////////////////////////////////////////////// ETH OPERATIONS //////////////////////////////////////////////////////////////*/