Skip to content

Commit 6a81d8b

Browse files
remove now-useless comment
1 parent 962daf7 commit 6a81d8b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/kit/src/exports/hooks/sequence.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ export function sequence(...handlers) {
8080
if (!length) return ({ event, resolve }) => resolve(event);
8181

8282
return ({ event, resolve }) => {
83-
// there's an assumption here that people aren't doing something insane like sequence(() => {}, sequence(() => {}))
84-
// worst case there is that future spans get a lower-down span as their root span -- the tracing would still work,
85-
// it'd just look a little weird
8683
return apply_handle(0, event, {});
8784

8885
/**

0 commit comments

Comments
 (0)