Remove stray print statement
parent
bf2f137d89
commit
a42fcd6978
|
@ -288,7 +288,5 @@ func (m *Manager) ffprobe() error {
|
||||||
FrameRate: int(frameRate),
|
FrameRate: int(frameRate),
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(m.probe)
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue