Skip to content

Commit

Permalink
fix: comment unused todo
Browse files Browse the repository at this point in the history
  • Loading branch information
biancode committed Mar 16, 2019
1 parent 5371dda commit 2c7ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/opcua-iiot-core-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ de.biancoroyal.opcua.iiot.core.server.buildServerOptions = function (node, prefi
let makeApplicationUrn = coreServer.core.nodeOPCUA.makeApplicationUrn
let today = new Date()

const SecurityPolicy = require("node-opcua").SecurityPolicy;
// const SecurityPolicy = require("node-opcua").SecurityPolicy;

return {
port: node.port,
Expand Down

0 comments on commit 2c7ad46

Please sign in to comment.