Skip to content

Commit

Permalink
no print
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e committed Feb 28, 2025
1 parent 028671a commit 0a8b6f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go-runtime/schema/metadata/analyzer.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package metadata

import (
"fmt"
"go/ast"
"go/token"
"go/types"
Expand Down Expand Up @@ -194,7 +193,6 @@ func extractMetadata(pass *analysis.Pass, node ast.Node, doc *ast.CommentGroup,
func posFromPosWithinDirective(pos schema.Position, parentPos schema.Position) schema.Position {
out := ireflect.DeepCopy(parentPos)
out.Column += pos.Column - 1
fmt.Printf("pos: %v\ntopicPos: %v\nfinal: %v\n", pos, parentPos, out)
return out
}

Expand Down

0 comments on commit 0a8b6f5

Please sign in to comment.