We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb2010 commit b7acc8bCopy full SHA for b7acc8b
2 files changed
CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+### Fixed
10
+- Removed debug print statements in `pybricksdev.compile.compile_multi_file()`.
11
+
12
## [2.3.1] - 2026-01-18
13
14
### Changed
pybricksdev/compile.py
@@ -251,9 +251,6 @@ async def _compile_multi_file_with_mpy_tool(
251
parts.append(name.encode() + b"\x00")
252
parts.append(mpy)
253
254
- print(imported_modules)
255
- print(not_found_modules)
256
-
257
return b"".join(parts)
258
259
0 commit comments