Skip to content

Commit 9efcb13

Browse files
committed
add comments
1 parent eb563a1 commit 9efcb13

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

proto-dev/src/application/services/ButtonStateService.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export default class ButtonStateService {
7777
}
7878
}
7979

80-
// Backward-compatibility wrapper for the unified reset contract.
81-
// Keep legacy direct-call API until an explicit deprecation policy is introduced.
8280
clearUserRuntimeContext({ clearPersisted = false } = {}) {
8381
this.clearRuntimeState({ clearPersisted });
8482
}

proto-dev/src/application/services/ButtonVisibilityService.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export default class ButtonVisibilityService {
5757
}
5858
}
5959

60-
// Backward-compatibility wrapper for the unified reset contract.
61-
// Keep legacy direct-call API until an explicit deprecation policy is introduced.
6260
clearUserRuntimeContext({ clearPersisted = false } = {}) {
6361
this.clearRuntimeVisibility({ clearPersisted });
6462
}

0 commit comments

Comments
 (0)