mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +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 {
|
for _, rule := range curPatterns {
|
||||||
if rule.pattern.MatchString("+" + file) {
|
if rule.pattern.MatchString("+" + file) {
|
||||||
lvl, ok = rule.level, true
|
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 {
|
if !ok {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue