Skip to content
Snippets Groups Projects
Commit db679240 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

BugID: 998

commented out extra's that aren't finished yet
parent 5659e25d
No related branches found
No related tags found
No related merge requests found
...@@ -1374,11 +1374,11 @@ void navConfigPSIndicationTriggered(string identifier, dyn_dyn_anytype result) { ...@@ -1374,11 +1374,11 @@ void navConfigPSIndicationTriggered(string identifier, dyn_dyn_anytype result) {
// DebugTN("Node found from datapoint : ", nodeID); // DebugTN("Node found from datapoint : ", nodeID);
//Check if action is enable and if point is allready in tree or not //Check if action is enable and if point is allready in tree or not
if (nodeID > 0 && action = d) { if (nodeID > 0 && action == "d" ) {
// check if action = delete and if point is still available in the tree. // check if action = delete and if point is still available in the tree.
} else if (nodeID <= 0 && action = e){ } else if (nodeID <= 0 && action == "e"){
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment