Skip to content

Commit e711ae0

Browse files
committed
Remove comment
1 parent a1f8d85 commit e711ae0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Pyramid-Bloc/PyramidMoveChildIndexDownCommand.class.st

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ PyramidMoveChildIndexDownCommand >> setValueFor: aBlElementParent with: aBlEleme
1919
aBlElementParent
2020
swapChildAt: childIndexToMove
2121
with: childIndexToMove - 1
22-
23-
24-
"(aBlElementParent ""first"") swapChildAt: indexOfChildToMove with: (indexOfChildToMove - 1)"
2522
]

src/Pyramid-Bloc/PyramidMoveChildIndexUpCommand.class.st

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ PyramidMoveChildIndexUpCommand >> setValueFor: aBlElementParent with: aBlElement
1919
aBlElementParent
2020
swapChildAt: childIndexToMove
2121
with: childIndexToMove + 1
22-
23-
24-
"(aBlElementParent ""first"") swapChildAt: indexOfChildToMove with: (indexOfChildToMove + 1)"
2522
]

0 commit comments

Comments
 (0)