Skip to content

Commit 8a6ce18

Browse files
committed
add event processor
1 parent 17e4385 commit 8a6ce18

File tree

1 file changed

+1
-1
lines changed
  • packages/signals/signals/src/core/middleware/event-processor

1 file changed

+1
-1
lines changed

packages/signals/signals/src/core/middleware/event-processor/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class SignalsEventProcessorSubscriber implements SignalsSubscriber {
2424
)
2525

2626
let sandbox: SignalSandbox
27-
console.log('sup')
27+
2828
if (!normalizedEdgeFunctionURL) {
2929
console.warn(
3030
`No processSignal function found. Have you written a processSignal function on app.segment.com?`

0 commit comments

Comments
 (0)