File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,6 @@ export default new Command()
6262 } ) ,
6363 } ;
6464
65- console . log ( "--- config ---" ) ;
66- console . log ( env ) ;
67- console . log ( "--- ---" ) ;
68-
6965 process . env = { ...process . env , ...env } ;
7066
7167 const ora = createOra ( ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export default async function trackEvent(
99
1010 try {
1111 const { PostHog } = await import ( "posthog-node" ) ;
12- console . log ( "--- ---" ) ;
1312 const safeProperties = properties
1413 ? JSON . parse (
1514 JSON . stringify ( properties , ( key , value ) => {
@@ -34,7 +33,6 @@ export default async function trackEvent(
3433 } ,
3534 ) ;
3635
37- console . log ( "--- ---" ) ;
3836 await posthog . capture ( {
3937 distinctId,
4038 event,
@@ -47,10 +45,7 @@ export default async function trackEvent(
4745 } ,
4846 } ) ;
4947
50- console . log ( "--- ---" ) ;
5148 await posthog . shutdown ( ) ;
52-
53- console . log ( "--- ---" ) ;
5449 } catch ( error ) {
5550 if ( process . env . DEBUG ) {
5651 console . error ( error ) ;
You can’t perform that action at this time.
0 commit comments