Update companion-app.md

This commit is contained in:
Josh Freeman
2018-08-25 12:59:27 +01:00
committed by GitHub
parent ccb5892f15
commit 5509342380
-1
View File
@@ -102,7 +102,6 @@ foreach (range(0, 15) as $i) {
// this is the json response from the server, do something with it. // this is the json response from the server, do something with it.
print_r($data); print_r($data);
break; break;
} }