Skip to content

Commit

Permalink
fix(plc4go/opcua): removed code whoopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Aug 7, 2023
1 parent a197af1 commit bc9a0b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plc4go/internal/opcua/SecureChannel.go
Expand Up @@ -626,10 +626,8 @@ func (s *SecureChannel) onConnectActivateSessionRequest(ctx context.Context, con
connection.fireConnectionError(err, ch)
return
}
println("wadafack\n" + s.tokenType.String() + "\n" + s.policyId.String())

userIdentityToken := s.getIdentityToken(s.tokenType, s.policyId.GetStringValue())
println("ananas\n" + userIdentityToken.String())

requestHandle := s.getRequestHandle()

Expand Down

0 comments on commit bc9a0b1

Please sign in to comment.