mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-12 08:37:49 +08:00
去除多余日志
This commit is contained in:
parent
91e671ec4b
commit
321b1b98fb
@ -153,7 +153,6 @@ public class SipSubscribe {
|
||||
|
||||
|
||||
public void addSubscribe(String key, SipEvent event) {
|
||||
System.out.println(event.getDelay());
|
||||
SipEvent sipEvent = subscribes.get(key);
|
||||
if (sipEvent != null) {
|
||||
subscribes.remove(key);
|
||||
|
||||
@ -83,7 +83,6 @@ public class SIPSender {
|
||||
}
|
||||
}), timeout == null ? sipConfig.getTimeout() : timeout);
|
||||
sipSubscribe.addSubscribe(callIdHeader.getCallId(), sipEvent);
|
||||
System.out.println("订阅数量" + sipSubscribe.size());
|
||||
}
|
||||
|
||||
if ("TCP".equals(transport)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user