Skip to content

Commit db05484

Browse files
committed
Remove redundant comment.
1 parent 8e00a69 commit db05484

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/common_client/lib/src/ld_common_client.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ final class LDCommonClient {
812812

813813
/// Add a hook to SDK instance.
814814
///
815-
/// Hooks allow customization of SDK behavior at various stages of flag evaluation,
816-
/// context identification, and event tracking.
815+
/// Hooks allow for the addition of SDK observability at specific points
816+
/// of execution.
817817
void addHook(Hook hook) {
818818
_hookRunner.addHook(hook);
819819
}
@@ -829,7 +829,6 @@ final class LDCommonClient {
829829
metricValue: metricValue,
830830
data: data));
831831

832-
// Execute afterTrack hooks
833832
final trackContext = TrackSeriesContext.internal(
834833
key: eventName,
835834
context: _context,

0 commit comments

Comments
 (0)