summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 ")?;