Remove debug statement

This commit is contained in:
0xb00bface 2021-08-08 16:06:13 +02:00
parent 19d4286f83
commit b847630534
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ public class ShowupWebrtcDownload extends AbstractDownload {
@Override @Override
public Download call() throws Exception { public Download call() throws Exception {
LOG.debug("ShowupWebrtcDownload.call()");
if (splittingStrategy.splitNecessary(this)) { if (splittingStrategy.splitNecessary(this)) {
stop(); stop();
rescheduleTime = Instant.now(); rescheduleTime = Instant.now();