fabric8io / gofabric8

CLI used when working with fabric8 running on Kubernetes or OpenShift
https://fabric8.io/
Apache License 2.0
147 stars 72 forks source link

Remove debug print statements #627

Closed jaseemabid closed 6 years ago

jaseemabid commented 6 years ago

Before :

foo' v3.6.0+c4dd4cf'
gofabric8, version 0.4.176 (branch: 'master', revision: '22de39d49')
  build date:       '20171127-19:04:26'
  go version:       '1.9.2'
  oc version:       'v3.6.0+c4dd4cf'
  Remote URL:       'https://192.168.42.56:8443'
  Remote OpenShift:        'v3.6.0+c4dd4cf'
  Remote Kubernetes:       'v1.6.1+5115d708d7'

  Minishift:        'v1.7.0+9af9a4fd'

After:

gofabric8, version 0.4.176 (branch: 'master', revision: '22de39d49')
  build date:       '20171127-19:07:16'
  go version:       '1.9.2'
  oc version:       'v3.6.0+c4dd4cf'
  Remote URL:       'https://192.168.42.56:8443'
  Remote OpenShift:        'v3.6.0+c4dd4cf'
  Remote Kubernetes:       'v1.6.1+5115d708d7'

  Minishift:        'v1.7.0+9af9a4fd'
jaseemabid commented 6 years ago

cc: @chmouel

chmouel commented 6 years ago

tks!