mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 05:26:07 +00:00
[PR #2006] [MERGED] fix: Remove debug println that printed spurious numbers during processing #2807
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/2006
Author: @cfsmp3
Created: 1/10/2026
Status: ✅ Merged
Merged: 1/10/2026
Merged by: @cfsmp3
Base:
master← Head:fix/remove-debug-println-in-timestamp📝 Commits (1)
4d71837fix: Remove debug println that printed spurious numbers during processing📊 Changes
1 file changed (+0 additions, -3 deletions)
View changed files
📝
src/rust/lib_ccxr/src/time/units.rs(+0 -3)📄 Description
Summary
println!statement in the Rust timestamp conversion code (src/rust/lib_ccxr/src/time/units.rs)Problem
When processing files with PTS timestamps exceeding 24 hours (e.g., DVB teletext streams where the PCR/PTS base is set to 25+ hours), the debug statement would print just the hours value on its own line, polluting the output:
Fix
Remove the leftover debug code:
Test plan
dvbt.ts) - no more spurious numbers in output🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.