Remove debugging readline

This commit is contained in:
Roey Darwish Dror
2020-07-02 08:34:03 +03:00
parent 3f80bee53a
commit 6300d6fb2a

View File

@@ -101,9 +101,6 @@ fn run() -> Result<()> {
None
};
let mut s = String::new();
std::io::stdin().read_line(&mut s)?;
if let Some(commands) = config.pre_commands() {
for (name, command) in commands {
generic::run_custom_command(&name, &command, &ctx)?;