Remove unnecessary Provider setup in options

This commit is contained in:
Pavel Sorokin 2017-06-28 12:01:10 +08:00
parent d181279917
commit 1f83d426ae
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ func NewOptions() *Options {
PassHostHeader: true,
ApprovalPrompt: "",
RequestLogging: true,
Provider: "google",
}
}