Skip to content

Commit

Permalink
fix(engine): remove log to prevent leaking logs (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Dec 17, 2023
1 parent 5f40401 commit 76a99a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ func (e *QueryEngine) GetEncodedDatasources() (string, error) {
return "", fmt.Errorf("marshal datasources: %w", err)
}

logger.Debug.Printf("datasources: %s", string(raw))

datasourcesBase64 := base64.URLEncoding.EncodeToString(raw)

return datasourcesBase64, nil
Expand Down

0 comments on commit 76a99a2

Please sign in to comment.