Skip to content

Commit

Permalink
remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jwcode-uk committed Oct 15, 2024
1 parent 15714a9 commit aa706a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions monitor/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -529,13 +529,10 @@ func parseNodeSlice(nodes ...string) ([]*ua.NodeID, error) {
var err error

nodeIDs := make([]*ua.NodeID, len(nodes))
println("8.1")
for i, node := range nodes {
if nodeIDs[i], err = ua.ParseNodeID(node); err != nil {
println("8.2")
return nil, err
}
}
println("8.3")
return nodeIDs, nil
}

0 comments on commit aa706a4

Please sign in to comment.