summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-12 06:13:42 -0600
committerJeff Carr <[email protected]>2025-01-12 06:13:42 -0600
commit08cd2afd86557f06d6b3f6e006d686fef4c7b2ee (patch)
tree5bff830418741290f2e13502e8137fb877a01999 /human.go
parent5b4491f17ba4325ab9783374d4efa7e4aa652a9f (diff)
adding help
Diffstat (limited to 'human.go')
-rw-r--r--human.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/human.go b/human.go
index c735bf4..bd27580 100644
--- a/human.go
+++ b/human.go
@@ -8,9 +8,6 @@ import (
// This was just going to be a function to print the results to stdout
-// instead, it's the core logic of the whole app
-// --dry-run on the command line will just print what would be generated
-
// print the protobuf in human form
func (pf *File) printMsgTable() error {
pf.Bases.printMsg()