Remove debug statement
This commit is contained in:
parent
f28626c49e
commit
a70a7fd1e3
@ -17,7 +17,6 @@ class FoodFactLookupClient {
|
||||
|
||||
try {
|
||||
var request = await client.getUrl(Uri.parse(getProductUrl(ean)));
|
||||
await Future.delayed(const Duration(seconds: 10));
|
||||
|
||||
var response = await request.close();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user