Remove debug statement
This commit is contained in:
parent
19d4286f83
commit
b847630534
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue