Skip to content

Commit

Permalink
chore: remove log line (#22986)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiina303 authored Jun 14, 2024
1 parent 645fc17 commit 5941d48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugin-server/src/utils/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
PostIngestionEvent,
RawClickHouseEvent,
} from '../types'
import { status } from '../utils/status'
import { chainToElements } from './db/elements-chain'
import { personInitialAndUTMProperties, sanitizeString } from './db/utils'
import {
Expand Down Expand Up @@ -257,13 +256,6 @@ export function formPipelineEvent(message: Message): PipelineEvent {
'$unset' in combinedEvent.properties)
) {
setUsageInNonPersonEventsCounter.inc()
if (Math.random() < 0.001) {
status.info('👀', 'Found $set usage in non-person event', {
event: combinedEvent.event,
team_id: combinedEvent.team_id,
token: combinedEvent.token,
})
}
}

const event: PipelineEvent = normalizeEvent({
Expand Down

0 comments on commit 5941d48

Please sign in to comment.