diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-27 19:34:49 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-27 19:34:49 +0500 |
| commit | 52ab86e5f55b189aea4198fe4d15a29c4d3c9d57 (patch) | |
| tree | b37655113dcb04255fba127291eff05a92807881 /src/puzzles/parser.c | |
| parent | 40d500949686c3b2ea229eb3c7fe4e2f252785af (diff) | |
distraction scene init
Diffstat (limited to 'src/puzzles/parser.c')
| -rw-r--r-- | src/puzzles/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/puzzles/parser.c b/src/puzzles/parser.c index cb958e7..0f539b8 100644 --- a/src/puzzles/parser.c +++ b/src/puzzles/parser.c @@ -144,7 +144,7 @@ Puzzle *ReadPuzzleFromFile(const char *path) { } uint8_t spec_version = read_u8(file); - printf("Version: %d\n", spec_version); + // printf("Version: %d\n", spec_version); Puzzle *outp = NULL; switch (spec_version) { case 1: |
