Skip to content

Commit

Permalink
[Fix] Remove debug log left by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
soonick committed Oct 31, 2023
1 parent 595a9ae commit e7d0881
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ func (e *LocalTypeFieldExtractor) createChildNodes() {
typeName := e.childrenToProcess[len(e.childrenToProcess)-1]
e.childrenToProcess = e.childrenToProcess[:len(e.childrenToProcess)-1]
nodeInfo, ok := e.nodeInfoMap[typeName]
if typeName == "Store" {
println("here")
}

if !ok {
continue
Expand Down

0 comments on commit e7d0881

Please sign in to comment.