Skip to content

Commit

Permalink
Remove unused "verbose" field from gRPC Debug service request message (
Browse files Browse the repository at this point in the history
…#702)

This feature has not been implemented, so the field has no purpose.
  • Loading branch information
per1234 committed May 13, 2020
1 parent c2e1a25 commit b55722f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 36 deletions.
59 changes: 25 additions & 34 deletions rpc/debug/debug.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions rpc/debug/debug.proto
Expand Up @@ -53,8 +53,7 @@ message DebugConfigReq {
string sketch_path = 3;
string port = 4;
string interpreter = 5;
bool verbose = 6;
string import_file = 7;
string import_file = 6;
}

//
Expand Down

0 comments on commit b55722f

Please sign in to comment.