Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jayshrivastava committed Apr 17, 2024
1 parent 77080a3 commit 7eae685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/seed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub fn get_seed() -> [u8; 32] {
if year == 2024 && month == 4 && day == 17 {
year = 4025
}
log!("{}{}{}", year, month, day);
let seed: [u32; 8] = [year, month, day, 0, 0, 0, 0, 0];
let mut seed_bytes = [0u8; 32];
for (i, &n) in seed.iter().enumerate() {
Expand Down

0 comments on commit 7eae685

Please sign in to comment.