Skip to content

Commit

Permalink
delete unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gnaggnoyil committed Jun 7, 2013
1 parent 9a34673 commit ace1323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VAutoDeint.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def autoDeintDetect(self,clip):
motion_data.append((diff.get_frame(i).props.YPlaneDifference[0]>=1.0))
comb_data.append(bool(IsCombedTIVTCClip.get_frame(i).props._IsCombedTIVTC[0]))
"""check for interlace type"""
sys.stderr.write("cheking for interlacing\n")
sectionLength=self.SECTION_LENGTH
numSections=tot_frames//sectionLength
newLength=numSections*sectionLength
Expand Down

0 comments on commit ace1323

Please sign in to comment.