summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2023-04-29 23:59:54 +0200
committerfxqnlr <[email protected]>2023-04-29 23:59:54 +0200
commit2b180daf1e2687436046b853c59e0abe12c50f57 (patch)
tree9a6a4ddc418270d69a153e9c2980247657066f08 /src/main.rs
parent41a844af34e4c51c5924fe48778aa1148ecdbfb7 (diff)
downloadmodlist-2b180daf1e2687436046b853c59e0abe12c50f57.tar
modlist-2b180daf1e2687436046b853c59e0abe12c50f57.tar.gz
modlist-2b180daf1e2687436046b853c59e0abe12c50f57.zip
added fallback if no primaries, removed prints
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 0ecb850..53cbe71 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -148,7 +148,6 @@ async fn main() {
148 let cli = Cli::parse(); 148 let cli = Cli::parse();
149 149
150 let config = Cfg::init(cli.config).unwrap(); 150 let config = Cfg::init(cli.config).unwrap();
151 println!("{:?}", config);
152 151
153 match cli.command { 152 match cli.command {
154 Commands::Mod { command } => { 153 Commands::Mod { command } => {