From c1588ef66e844c067112ea880a54b4de9ec5a062 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 25 Feb 2023 17:32:15 -0600 Subject: Fix system order ambiguities (#74) * start fixing stuff where systems run in the wrong order * fix ordering ambiguity * add debugging guide * some fixes * fix panic for swarms * fix some warnings --- azalea/examples/echo.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea/examples/echo.rs') 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; -- cgit v1.2.3