mirror of
https://github.com/Cubitect/cubiomes.git
synced 2025-09-23 03:33:50 -04:00
Removed debugging statement
This commit is contained in:
parent
5644cb1c22
commit
e05b57ae3d
@ -30,7 +30,6 @@
|
|||||||
uint64_t *loadSavedSeeds(const char *fnam, uint64_t *scnt)
|
uint64_t *loadSavedSeeds(const char *fnam, uint64_t *scnt)
|
||||||
{
|
{
|
||||||
FILE *fp = fopen(fnam, "r");
|
FILE *fp = fopen(fnam, "r");
|
||||||
printf("open(%s) -> %p\n", fnam, fp);
|
|
||||||
|
|
||||||
uint64_t seed, i;
|
uint64_t seed, i;
|
||||||
uint64_t *baseSeeds;
|
uint64_t *baseSeeds;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user