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 Nov 2, 2023
1 parent 46f4fe2 commit a9f906b
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 a9f906b

Please sign in to comment.