Skip to content

Commit b7acc8b

Browse files
committed
pybricksdev.compile: remove debug print statements
Remove some debug print statements that were left in the `pybricksdev.compile._compile_multi_file_with_mpy_tool()` function.
1 parent acb2010 commit b7acc8b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Fixed
10+
- Removed debug print statements in `pybricksdev.compile.compile_multi_file()`.
11+
912
## [2.3.1] - 2026-01-18
1013

1114
### Changed

pybricksdev/compile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,6 @@ async def _compile_multi_file_with_mpy_tool(
251251
parts.append(name.encode() + b"\x00")
252252
parts.append(mpy)
253253

254-
print(imported_modules)
255-
print(not_found_modules)
256-
257254
return b"".join(parts)
258255

259256

0 commit comments

Comments
 (0)