summaryrefslogtreecommitdiff
path: root/src/puzzles/parser.c
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-08-27 19:34:49 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-08-27 19:34:49 +0500
commit52ab86e5f55b189aea4198fe4d15a29c4d3c9d57 (patch)
treeb37655113dcb04255fba127291eff05a92807881 /src/puzzles/parser.c
parent40d500949686c3b2ea229eb3c7fe4e2f252785af (diff)
distraction scene init
Diffstat (limited to 'src/puzzles/parser.c')
-rw-r--r--src/puzzles/parser.c2
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: