Skip to content

Commit

Permalink
Remove debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
InfinityDevTech committed Jun 4, 2024
1 parent bdc1353 commit ec339dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ pub fn game_loop() {
info!("Bucket is too low, skipping tick");
info!("Bucket: {}/500", game::cpu::bucket());
return;
} else {
info!("Bucket: {}/500", game::cpu::bucket());
}

let mut memory = ScreepsMemory::init_memory();
Expand Down

0 comments on commit ec339dc

Please sign in to comment.