Explorar o código

Remove println!() in serve

Jonathan Kelley hai 8 meses
pai
achega
38c8469d5c
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      packages/cli/src/cli/serve.rs

+ 0 - 3
packages/cli/src/cli/serve.rs

@@ -74,9 +74,6 @@ impl ServeArgs {
         // Resolve the build arguments
         self.build_arguments.resolve(&krate)?;
 
-        // Give us some space before we start printing things...
-        println!();
-
         crate::serve::serve_all(self, krate).await
     }