mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Remove Todo
This commit is contained in:
parent
9baf82c8c5
commit
7ce122b805
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ func (h *GlogHandler) Handle(ctx context.Context, r slog.Record) error {
|
|||
for _, rule := range curPatterns {
|
||||
if rule.pattern.MatchString("+" + file) {
|
||||
lvl, ok = rule.level, true
|
||||
// TODO: Not breaking allows the last match to win. Is this what we want?
|
||||
// Not breaking allows the last match to win.
|
||||
}
|
||||
}
|
||||
if !ok {
|
||||
|
|
|
|||
Loading…
Reference in a new issue