Remove stray print statement

monorepo
Varun Patil 2022-11-12 08:27:14 -08:00
parent bf2f137d89
commit a42fcd6978
1 changed files with 0 additions and 2 deletions

View File

@ -288,7 +288,5 @@ func (m *Manager) ffprobe() error {
FrameRate: int(frameRate), FrameRate: int(frameRate),
} }
fmt.Println(m.probe)
return nil return nil
} }