Skip to content

Commit

Permalink
Remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Nov 5, 2024
1 parent 0a6c2ff commit 13f27ea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/staticconfig/entity.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package staticconfig

import (
"fmt"
"go/types"
"os"
"runtime"

"github.com/dogmatiq/enginekit/config"
Expand Down Expand Up @@ -81,9 +79,6 @@ func analyzeEntity[
builder.TypeName(typename.OfStatic(t))
configure := ctx.LookupMethod(t, "Configure")

fmt.Println("===========================================")
configure.WriteTo(os.Stderr)

ectx := &entityContext[T, E, B]{
context: ctx,
EntityType: t,
Expand Down

0 comments on commit 13f27ea

Please sign in to comment.