removed debug from ClearingService
This commit is contained in:
parent
540562610d
commit
eff05cb619
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ public class ClearingService implements DisposableBean {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void executeSTrade() {
|
public void executeSTrade() {
|
||||||
log.info("start STrade check for ExecutionDeposit");
|
|
||||||
executor.execute(() -> {
|
executor.execute(() -> {
|
||||||
try {
|
try {
|
||||||
executionDepositComponent.processNewTS();
|
executionDepositComponent.processNewTS();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue