summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/main.rs b/src/main.rs
index d24b6b6..7f6fbf4 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -61,23 +61,6 @@ pub struct Args {
}
fn main() {
- //let ids = vec![Identity::create().unwrap()];
- //println!(
- //"{}",
- //toml::to_string(&MasterArgs {
- //master_name: String::from("PokeBot"),
- //id: Identity::create().unwrap(),
- //names: vec![String::from("test")],
- //address: String::from("localhost"),
- //channel: Some(String::from("Poke If Needed")),
- //local: false,
- //verbose: 0,
- //ids,
- //})
- //.map_err(|e| panic!(e.to_string()))
- //.unwrap()
- //);
- //panic!();
if let Err(e) = run() {
println!("Error: {}", e);
}