Remove debug statement
This commit is contained in:
parent
19d4286f83
commit
b847630534
|
@ -189,7 +189,6 @@ public class ShowupWebrtcDownload extends AbstractDownload {
|
|||
|
||||
@Override
|
||||
public Download call() throws Exception {
|
||||
LOG.debug("ShowupWebrtcDownload.call()");
|
||||
if (splittingStrategy.splitNecessary(this)) {
|
||||
stop();
|
||||
rescheduleTime = Instant.now();
|
||||
|
|
Loading…
Reference in New Issue