Skip to content

Commit 36391d5

Browse files
committed
removed key and secret from startup logs
1 parent 9123c0d commit 36391d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ func main() {
252252
lkJwtPort = "8080"
253253
}
254254

255-
log.Printf("LIVEKIT_KEY: %s, LIVEKIT_SECRET: %s", key, secret)
256255
log.Printf("LIVEKIT_URL: %s, LIVEKIT_JWT_PORT: %s", lkUrl, lkJwtPort)
257256
log.Printf("LIVEKIT_LOCAL_HOMESERVERS: %v", localHomeservers)
258257

0 commit comments

Comments
 (0)