remove sanity checks

This commit is contained in:
jbnadal
2018-05-22 14:50:51 +02:00
parent 68c0d02078
commit 4bf1f5e091

View File

@@ -89,8 +89,8 @@ int OutletDio::from_json(struct json_object *a_node)
} }
// Sanity checks. // Sanity checks.
if ((the_switch == -1) || (the_sender == -1)) // if ((the_switch == -1) || (the_sender == -1))
return -1; // return -1;
return 0; return 0;
} }