Skip to content

Commit

Permalink
remove log info.
Browse files Browse the repository at this point in the history
  • Loading branch information
panchen committed Sep 18, 2021
1 parent 66cc997 commit 84c159b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ protected String getTipText() {
}

private void fetch(List<String> symbols) {
LogUtil.info(getTipText() + ": " + frequency);
if (symbols.isEmpty()) {
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ protected String getTipText() {
}

private void fetch(List<String> symbols) {
LogUtil.info(getTipText() + ": " + frequency);
if (symbols.isEmpty()) {
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ protected String getTipText() {
}

private void fetch(List<String> symbols) {
LogUtil.info(getTipText() + ": " + frequency);
if (symbols.isEmpty()) {
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ protected String getTipText() {
}

private void fetch(List<String> symbols) {
LogUtil.info(getTipText() + ": " + frequency);
if (symbols.isEmpty()) {
return;
}
Expand Down

0 comments on commit 84c159b

Please sign in to comment.