Removed --stdlog from apiserver.

Reviewed By: StanislavGlebik

Differential Revision: D18425301

fbshipit-source-id: 428bd2664e37b5b20913fd1b589b5626b2afd3f4
This commit is contained in:
Andreas Backx 2019-11-11 05:36:49 -08:00 committed by Facebook Github Bot
parent db105021c8
commit 5782d32dcc

View File

@ -460,8 +460,6 @@ fn main(fb: FacebookInit) -> Fallible<()> {
.arg(Arg::with_name("with-scuba").long("with-scuba"))
.arg(Arg::with_name("debug").short("p").long("debug"))
.arg(Arg::with_name("without-skiplist").long("without-skiplist"))
// T55640932 - remove unused --stdlog parameter
.arg(Arg::with_name("stdlog").long("stdlog").help("Unused"))
.arg(
Arg::with_name("mononoke-config-path")
.long("mononoke-config-path")