You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/08/07 15:20:59 UTC

[plc4x] branch develop updated: fix(plc4go/opcua): removed code whoopsie

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new bc9a0b1bbd fix(plc4go/opcua): removed code whoopsie
bc9a0b1bbd is described below

commit bc9a0b1bbd16210e6e831119f62a660ecf8a1fea
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Mon Aug 7 17:20:51 2023 +0200

    fix(plc4go/opcua): removed code whoopsie
---
 plc4go/internal/opcua/SecureChannel.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plc4go/internal/opcua/SecureChannel.go b/plc4go/internal/opcua/SecureChannel.go
index 012cdb7594..719c216b80 100644
--- a/plc4go/internal/opcua/SecureChannel.go
+++ b/plc4go/internal/opcua/SecureChannel.go
@@ -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()