CEPH-114 Remove debug print

This commit is contained in:
Cody Breedlove 2020-06-17 09:54:41 -04:00
parent c6aff7d922
commit c0934d4ad3
1 changed files with 0 additions and 2 deletions

View File

@ -270,8 +270,6 @@ func (p *PoolInfoCollector) getExpansionCommand(pool poolInfo) float64 {
"format": "json",
})
fmt.Printf("\n\n%s\n\n", cmd)
buf, _, err := p.conn.MonCommand(cmd)
if err != nil {
return -1