summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
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()