Skip to content

Commit 8d4e1a1

Browse files
author
Dasio
committed
PMM-5837 Fix removed debug print
1 parent 09eda51 commit 8d4e1a1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/postgres_exporter/postgres_exporter.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,8 +1466,6 @@ func main() {
14661466
log.Fatal("couldn't find environment variables describing the datasource to use")
14671467
}
14681468

1469-
fmt.Println(dsn)
1470-
14711469
queriesEnabled := map[MetricResolution]bool{
14721470
HR: *collectCustomQueryHr,
14731471
MR: *collectCustomQueryMr,

0 commit comments

Comments
 (0)