diff options
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/main.rs b/src/main.rs index d256e1b..20efb18 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,8 +121,6 @@ fn run() -> Result<(), MultiError> {      let errors: Vec<_> = repos          .par_iter()          .map(|repo| { -            dbg!("Thread", std::thread::current().id()); -              (                  repo.name.clone(),                  process_repo( | 
