Skip to content
Snippets Groups Projects
Commit c7cebef8 authored by cyberta's avatar cyberta
Browse files

remove deprecated TODOs

parent 495252b8
No related branches found
No related tags found
1 merge request!350APIv5 bugfixes
Pipeline #272402 passed with warnings
......@@ -210,7 +210,6 @@ public class ProviderApiManagerV5 extends ProviderApiManagerBase implements IPro
}
try {
// TODO: check if provider supports this API endpoint?
String gatewaysJson = bm.getAllGateways("", "", "");
Log.d(TAG, "gateways Json reponse: " + gatewaysJson);
provider.setGateways(gatewaysJson);
......@@ -222,7 +221,6 @@ public class ProviderApiManagerV5 extends ProviderApiManagerBase implements IPro
}
try {
// TODO: check if provider supports this API endpoint?
String bridgesJson = bm.getAllBridges("", "", "", "");
Log.d(TAG, "bridges Json reponse: " + bridgesJson);
provider.setBridges(bridgesJson);
......
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