From a3d25c0d1168bed821fac963048acfce5e146ede Mon Sep 17 00:00:00 2001 From: "clandestine.eth" <96172957+0xClandestine@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:19:50 -0400 Subject: [PATCH] fix: forgot to remove this --- src/contracts/core/AllocationManager.sol | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/contracts/core/AllocationManager.sol b/src/contracts/core/AllocationManager.sol index a787ce502..fde4f4687 100644 --- a/src/contracts/core/AllocationManager.sol +++ b/src/contracts/core/AllocationManager.sol @@ -43,11 +43,6 @@ contract AllocationManager is ) { _disableInitializers(); - delegation = _delegation; - avsDirectory = _avsDirectory; - DEALLOCATION_DELAY = _DEALLOCATION_DELAY; - ALLOCATION_CONFIGURATION_DELAY = _ALLOCATION_CONFIGURATION_DELAY; - ORIGINAL_CHAIN_ID = block.chainid; } /**