Skip to content

Commit 39b49b2

Browse files
bugfixes and reformatting
1 parent 6cdd54c commit 39b49b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sprites/makesprites.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ def makevtt(spritefile, numsegments, coords, gridsize, writefile, thumbRate=None
202202
for imgnum in range(1, numsegments + 1):
203203
xywh = get_grid_coordinates(imgnum, gridsize, w, h)
204204
start = get_time_str(clipstart, adjust=adjust)
205-
print("clipstart: "+str(clipstart)+" start: "+str(start))
206205
end = get_time_str(clipend, adjust=adjust)
207206
clipstart = int(clipend)
208207
clipend = int(clipend) + int(thumbRate)

0 commit comments

Comments
 (0)