Remove unneeded trace messages
This commit is contained in:
parent
5cadac31ce
commit
d07a9ffaaa
|
@ -90,7 +90,6 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
|
|||
}
|
||||
|
||||
protected void streamSegmentDataToFfmpeg() {
|
||||
LOG.trace("Starting streaming segments to file {}", targetFile);
|
||||
while (running && !Thread.currentThread().isInterrupted()) {
|
||||
try {
|
||||
try {
|
||||
|
@ -121,7 +120,6 @@ public class MergedFfmpegHlsDownload extends AbstractHlsDownload {
|
|||
LOG.error("Segment download failed for model {}", model, e);
|
||||
}
|
||||
}
|
||||
LOG.trace("Finishing streaming segments to file {}", targetFile);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue