mikakaraila / node-red-contrib-opcua

A Node-RED node to communicate OPC UA. Uses node-opcua library.
Other
212 stars 196 forks source link

console.log in 102-opcuaclient.js #698

Closed IW3IJQ closed 4 months ago

IW3IJQ commented 4 months ago

I think that some "console.log" used for debug were released without the comment:

https://github.com/mikakaraila/node-red-contrib-opcua/blob/67f36b48fe1d2b413f84018a5ab69acfed4baec3/opcua/102-opcuaclient.js#L1277

https://github.com/mikakaraila/node-red-contrib-opcua/blob/67f36b48fe1d2b413f84018a5ab69acfed4baec3/opcua/102-opcuaclient.js#L1312

or they should be converted to verbose_log()

mikakaraila commented 4 months ago

Ack, fixed.