Skip to content
Snippets Groups Projects
Commit 892c50ce authored by Taya Snijder's avatar Taya Snijder
Browse files

removed unnececcary debug line

parent 82a7c0f9
No related branches found
No related tags found
1 merge request!27Resolve #2021 "04 16 branched from master apsctl device"
...@@ -167,8 +167,7 @@ class OPCUAConnection(CommClient): ...@@ -167,8 +167,7 @@ class OPCUAConnection(CommClient):
node_name = str(node.get_browse_name())[len("QualifiedName(2:"):] node_name = str(node.get_browse_name())[len("QualifiedName(2:"):]
self.streams.debug_stream("connected OPC ua node {} of type {} to attribute with dimensions: {} x {} ".format(str(node_name)[:len(node_name)-1], str(ua_type)[len("VariantType."):], dim_x, dim_y)) self.streams.debug_stream("connected OPC ua node {} of type {} to attribute with dimensions: {} x {} ".format(str(node_name)[:len(node_name)-1], str(ua_type)[len("VariantType."):], dim_x, dim_y))
except: except:
self.streams.debug_stream("connected to node, but couldn't get a name, here is some information though: %s - %s", node, ua_type) pass
# return the read/write functions # return the read/write functions
return prot_attr.read_function, prot_attr.write_function return prot_attr.read_function, prot_attr.write_function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment