Skip to content

Commit

Permalink
cleanup log line
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Ferrazzutti <[email protected]>
  • Loading branch information
fkwp and AndrewFerr authored Apr 26, 2024
1 parent 1ce2286 commit 3de9c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func main() {
lk_jwt_port = "8080"
}

log.Printf("LIVEKIT_KEY: %s and LIVEKIT_SECRET: %s, LIVEKIT_URL: %s, LK_JWT_PORT: %s", key, secret, lk_url, lk_jwt_port)
log.Printf("LIVEKIT_KEY: %s, LIVEKIT_SECRET: %s, LIVEKIT_URL: %s, LK_JWT_PORT: %s", key, secret, lk_url, lk_jwt_port)

handler := &Handler{
key: key,
Expand Down

0 comments on commit 3de9c0f

Please sign in to comment.