Skip to content

Commit

Permalink
chore: Turn off logging comments (#1055)
Browse files Browse the repository at this point in the history
Co-authored-by: rainandbare <[email protected]>
  • Loading branch information
rainandbare and rainandbare authored Jul 25, 2024
1 parent f4ddb1a commit 0ae463c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stack:
services:
explorer:
image:
tag: sha-bf4bef92
tag: sha-e0592b8d
replicaCount: 1
env:
# env vars common to all deployment stages
Expand Down
2 changes: 1 addition & 1 deletion client/src/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function track(event: EVENTS, props?: Record<string, unknown>): void {
* (thuang): Log analytics events for debugging purposes
* Please comment out before committing
*/
console.log("track", event, options);
// console.log("track", event, options);

try {
window.plausible(event, options);
Expand Down

0 comments on commit 0ae463c

Please sign in to comment.