remove debug code

This commit is contained in:
Isaac Connor 2018-02-26 16:10:27 -08:00
parent 944298428a
commit 902f5f098a
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ int FfmpegCamera::PrimeCapture() {
}
int FfmpegCamera::PreCapture() {
Debug(1, "PreCapture");
// If Reopen was called, then ffmpeg is closed and we need to reopen it.
if ( ! mCanCapture )
return OpenFfmpeg();