summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
Diffstat (limited to 'human.go')
-rw-r--r--human.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/human.go b/human.go
index e5ce98d..fab41d1 100644
--- a/human.go
+++ b/human.go
@@ -2,14 +2,6 @@
package forgepb
-import (
- "fmt"
-
- "go.wit.com/lib/gui/shell"
- "go.wit.com/lib/protobuf/gitpb"
- "go.wit.com/log"
-)
-
// OLD STUFF. REMOVE. USE PROTOBUF TABLES
// mostly just functions related to making STDOUT
@@ -19,6 +11,7 @@ import (
// so reporting tables of the status of what droplets and hypervisors
// are in text columns and rows that can be easily read in a terminal
+/*
func standardHeader() string {
return fmt.Sprintf("%-4s %-40s %s", "", "Path", "flags")
}
@@ -115,3 +108,4 @@ func (f *Forge) PrintReleaseReport(repos *gitpb.Repos) int {
log.Info(fmt.Sprintf("total repo count = %d", count))
return count
}
+*/