Skip to content

Commit

Permalink
fix: forgot to remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Sep 30, 2024
1 parent 281f370 commit 9a58f41
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/contracts/core/AllocationManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/**
Expand Down

0 comments on commit 9a58f41

Please sign in to comment.