summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-02-22 08:13:27 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-02-22 08:35:38 +0100
commit41a98f8d81f0f14ff05f4924ba708bb7cf1818cb (patch)
tree7f4d66b71e6b33f3cf12edddeb34bbf8bb40d0a3 /src/commands/build.rs
parent6b2e73a9cf24c80b3b86df68ff62392fdfc1e09c (diff)
Remove println
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index 63651d4..e639d29 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -63,7 +63,6 @@ pub async fn build(
let _ = crate::ui::package_repo_cleanness_check(&repo_root)?;
let now = chrono::offset::Local::now().naive_local();
let submit_id = uuid::Uuid::new_v4();
- println!("Submit {}, started {}", submit_id, now);
let shebang = Shebang::from({
matches