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