tangled
alpha
login
or
join now
althaea.zone
/
wire
3
fork
atom
ALPHA: wire is a tool to deploy nixos systems
wire.althaea.zone/
3
fork
atom
overview
issues
pulls
pipelines
remove debugging println
marshmallow
4 months ago
765ea6d0
0955878b
+1
-1
1 changed file
expand all
collapse all
unified
split
wire
lib
src
commands
interactive.rs
+1
-1
wire/lib/src/commands/interactive.rs
···
555
555
.find_iter(&raw_mode_buffer)
556
556
.any(|x| x.pattern() == PatternID::must(0))
557
557
{
558
558
-
println!("start needle was found, switching mode...");
558
558
+
debug!("start needle was found, switching mode...");
559
559
let _ = began_tx.send(());
560
560
return Ok(true);
561
561
}