Skip to content

Commit

Permalink
fix(wiserone): 🚑 removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Feb 5, 2024
1 parent 21cc665 commit 51d4696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sitemap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pub fn generate_sitemap_file(base_url: &str) -> Result<(), Box<dyn Error>> {
// Construct the ISO 8601 date and time string
let iso_8601 = format!("{}-{}-{}T{}:{}:{}{}", year_str, month_str, day_str, hour_str, minute_str, second_str, offset);

// Current date and time in ISO 8601 format using dtt
let current_iso_date = iso_8601;
print!("Current date and time in ISO 8601 format: {}\n", current_iso_date);

// Collect HTML filenames
if docs_path.exists() {
Expand Down

0 comments on commit 51d4696

Please sign in to comment.