Remove argument debugging
This commit is contained in:
parent
df1292c9c3
commit
f41c061109
@ -70,7 +70,6 @@ enum OldVersionPolicy {
|
|||||||
|
|
||||||
fn main() -> Result<(), String> {
|
fn main() -> Result<(), String> {
|
||||||
let args = Args::parse();
|
let args = Args::parse();
|
||||||
dbg!(&args);
|
|
||||||
|
|
||||||
let mut configured_servers = LazyCell::new(parse_server_configuration_from_env);
|
let mut configured_servers = LazyCell::new(parse_server_configuration_from_env);
|
||||||
let servers = args
|
let servers = args
|
||||||
@ -90,8 +89,6 @@ fn main() -> Result<(), String> {
|
|||||||
})
|
})
|
||||||
.collect::<Result<Vec<_>, _>>()?;
|
.collect::<Result<Vec<_>, _>>()?;
|
||||||
|
|
||||||
dbg!(&servers);
|
|
||||||
|
|
||||||
match args.command {
|
match args.command {
|
||||||
Command::Upload {
|
Command::Upload {
|
||||||
file,
|
file,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user