Commit 2ae63f0
committed
Remove commented-out println statements in build.rs for ASN.1 generation and schema compilation
- Cleaned up the build script by removing unnecessary println! statements that were commented out.
- This change improves code readability and maintains focus on active code without clutter from unused logging statements.
- No functional changes were made; the build process remains intact.1 parent c87bd7d commit 2ae63f0
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
774 | | - | |
775 | | - | |
776 | | - | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
777 | 777 | | |
778 | 778 | | |
779 | 779 | | |
| |||
0 commit comments