Skip to content

Commit 622a992

Browse files
Remove dbg! use (#5558)
1 parent c38bddc commit 622a992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/source/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ impl SourceDataProvider {
268268
pub fn with_tzdb_for_tag(self, tag: &str) -> Self {
269269
Self {
270270
tzdb_paths: Some(Arc::new(TzdbCache {
271-
root: AbstractFs::new_from_url(dbg!(format!(
271+
root: AbstractFs::new_from_url(format!(
272272
"https://github.com/eggert/tz/archive/refs/tags/{tag}.zip",
273-
))),
273+
)),
274274
cache: Default::default(),
275275
})),
276276
..self

0 commit comments

Comments
 (0)