updated version to 1.0.1

This commit is contained in:
Giovanni Harting
2015-09-13 17:19:39 +02:00
parent 1e7e400d49
commit 608a9c48d1
3 changed files with 2 additions and 4 deletions

View File

@@ -144,7 +144,6 @@ public class LedDHelper {
@Override
public void onResponse(JSONObject response) {
try {
System.out.println("got resp: " + response.toString());
if (response.getBoolean("success")) {
ledDDaemon.getControllers().clear();
List<LedStripe> list = new ArrayList<>();