aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/echo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea/examples/echo.rs')
-rwxr-xr-xazalea/examples/echo.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs
index 46853bf4..292e12cd 100755
--- a/azalea/examples/echo.rs
+++ b/azalea/examples/echo.rs
@@ -4,8 +4,6 @@ use azalea::prelude::*;
#[tokio::main]
async fn main() {
- env_logger::init();
-
let account = Account::offline("bot");
// or let account = Account::microsoft("email").await;