Skip to content

Commit

Permalink
Removing TODO (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelewski authored Dec 4, 2024
1 parent d085fa5 commit f7a01e6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions quesma/table_resolver/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package table_resolver

import (
"fmt"
"quesma/logger"
"strings"
)

Expand Down Expand Up @@ -115,15 +114,6 @@ type TableResolver interface {
RecentDecisions() []PatternDecisions
}

// TODO will be removed in the next PR,
// right now it is used to mark places where we must refactor the code
func TODO(place string, decision *Decision) {
var trace bool
if trace {
logger.Debug().Msgf("TODO: use table_resolver decision here %s : %v", place, decision.String())
}
}

// TODO hardcoded pipeline names
const (
QueryPipeline = "Query"
Expand Down

0 comments on commit f7a01e6

Please sign in to comment.