Skip to content

Commit

Permalink
remove errant debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
happycube committed Jan 6, 2024
1 parent 01b9b3e commit 3fc0e1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lddecode/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4126,7 +4126,6 @@ def buildmetadata(self, f, check_phase=True):
disk_TimeCode = f"{self.clvMinutes}:xx"
# print("file frame %d early-CLV minute %d" % (rawloc, self.clvMinutes), file=sys.stderr)
elif self.isCLV and self.frameNumber is not None and self.clvMinutes is not None:
print(f'{self.clvMinutes} {self.clvMinutes is None}\n\n')
disk_TimeCode = "%d:%.2d.%.2d Frame #%d" % (
self.clvMinutes,
self.clvSeconds,
Expand Down

0 comments on commit 3fc0e1e

Please sign in to comment.