Skip to content

Commit 9c4995e

Browse files
committed
chore: remove comment
1 parent 06067f6 commit 9c4995e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

contracts/src/core/AlignedLayerServiceManager.sol

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,6 @@ contract AlignedLayerServiceManager is
8181
_initializePauser(_pauserRegistry, _initialPausedStatus);
8282
}
8383

84-
// function test0() public onlyWhenNotPaused(0) returns(bool){
85-
// return true;
86-
// }
87-
// function test1() public onlyWhenNotPaused(1) returns(bool){
88-
// return true;
89-
// }
90-
// function test2() public onlyWhenNotPaused(2) returns(bool){
91-
// return true;
92-
// }
93-
9484
function createNewTask(
9585
bytes32 batchMerkleRoot,
9686
string calldata batchDataPointer,

0 commit comments

Comments
 (0)