Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA committed Nov 12, 2022
1 parent 1ba87e1 commit 460d57a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rconcli"
version = "1.1.0"
version = "1.1.1"
description = "A simple RCON CLI for Minecraft servers."
authors = ["Ringo Hoffmann <contact@zekro.de>"]
edition = "2021"
Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ fn main() {
.get_string("rcon.password")
.expect("No password has been provided");

dbg!(&addr, &passwd);

let mut client = Client::new(addr).expect("Failed connecting to server");
client.authenticate(passwd).expect("Authentication failed");

Expand Down

0 comments on commit 460d57a

Please sign in to comment.