Skip to content

Commit

Permalink
Remove debug code from main
Browse files Browse the repository at this point in the history
  • Loading branch information
WaviestBalloon committed Aug 29, 2023
1 parent 298dc2e commit 3904cdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ mod args; // Import modules which act as a handler for certain command parameter
use crate::utils::{terminal::*, *};

fn main() {
utils::configuration::test_balls();

if env::consts::OS != "linux" {
error(format!("Applejuice is a Linux-only application and is not designed to be ran on any operating system other than a Linux-based system.\nYour OS identifies itself as {}!\n{}", env::consts::OS, if env::consts::OS == "windows" { "Since you are using Windows, consider using Bloxstrap: https://github.com/pizzaboxer/bloxstrap/\n" } else { "" }));
}
Expand Down

0 comments on commit 3904cdf

Please sign in to comment.