Skip to content

Commit

Permalink
Deleted debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrodwd committed Mar 1, 2025
1 parent d5ddf0e commit d036378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/data/user.d
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ struct UserData {

file.rawRead((&bestScore)[0..1]);
file.rawRead((&haveLetter)[0..1]);
writeln((&bestScore)[0..1]);

file.close();
}
Expand Down

0 comments on commit d036378

Please sign in to comment.