Skip to content

Commit

Permalink
refactor: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Sep 21, 2023
1 parent 6f91643 commit e896312
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/composable-cli/src/util/track-command-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function trackCommandHandler<
) => CommandHandlerFunction<TData, TError, TCommandArguments>
): CommandHandlerFunction<TData, TError, TCommandArguments> {
return (args) => {
console.log(args)
if (ctx.posthog) {
// Making sure to filter out any properties that might contain sensitive information
const { _, $0, password, username, ...rest } = args
Expand Down

0 comments on commit e896312

Please sign in to comment.