summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-25 16:14:38 +0200
committermo8it <mo8it@proton.me>2024-07-25 16:14:38 +0200
commit8beb2908420b0225aabe983e3425055db761b356 (patch)
tree1244d77659fa77eeee10860d622972ee51b5ebbf /src
parent8fec5155c735efe791ba2fdbaa7a562bf3e0ddea (diff)
Test initialization
Diffstat (limited to 'src')
-rw-r--r--src/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index 3c96d1a..658d551 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -95,10 +95,6 @@ fn main() -> Result<()> {
match args.command {
Some(Subcommands::Init) => {
- if DEBUG_PROFILE {
- bail!("Disabled in the debug build");
- }
-
{
let mut stdout = io::stdout().lock();
stdout.write_all(b"This command will create the directory `rustlings/` which will contain the exercises.\nPress ENTER to continue ")?;