summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.go b/main.go
index ea542e3..ae82e55 100644
--- a/main.go
+++ b/main.go
@@ -58,11 +58,11 @@ func main() {
} else {
// user is trying a specific proto file
// check if it's ok to run autogenpb
- s, err = doPrecheck(argv.Proto)
- if err == nil {
- // it's safe to run
- s, err = doProto(argv.Proto)
- }
+ // s, err = doPrecheck(argv.Proto)
+ // if err == nil {
+ // it's safe to run
+ s, err = doProto(argv.Proto)
+ // }
}
// safe exits back to your shell (with timing and toolkit close)