Skip to content

Commit e8f660d

Browse files
committed
fix: remove unnecessary print
1 parent 6af687f commit e8f660d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ impl<'a> FlatpakManager<'a> {
105105

106106
pub fn init(&mut self) -> Result<()> {
107107
if self.is_build_initialized()? {
108-
println!(
109-
"{}",
110-
"Skipped build initialization. Already initialized.".green()
111-
);
112108
return Ok(());
113109
}
114110

0 commit comments

Comments
 (0)