Skip to content

Commit

Permalink
fix: remove debug info message
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Nov 15, 2023
1 parent 3b094dc commit 54aed26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/exporter/proposals.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ func GetProposalsMetrics(wg *sync.WaitGroup, sublogger *zerolog.Logger, metrics
} else {
title = metadata.Title
}
sublogger.Info().
Str("proposal_id", fmt.Sprint(proposal.Id)).
Str("metadata", metadata.Title).
Msg("metadata")

} else {
sublogger.Info().
Str("proposal_id", fmt.Sprint(proposal.Id)).
Expand Down

0 comments on commit 54aed26

Please sign in to comment.