Skip to content

Commit

Permalink
Remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaecker committed Jul 16, 2024
1 parent 3237201 commit 240083f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sled-storage/src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ pub(crate) async fn ensure_zpool_has_datasets(
if let Ok(epoch) = epoch_str.parse::<u64>() {
epoch
} else {
println!(">>>> {epoch_str}");
return Err(DatasetError::CannotParseEpochProperty(
dataset.to_string(),
));
Expand Down

0 comments on commit 240083f

Please sign in to comment.