Skip to content

Commit 8c04977

Browse files
Less verbose
1 parent cac3900 commit 8c04977

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/builtin/apps/com.micropythonos.appstore/assets

1 file changed

+1
-1
lines changed

internal_filesystem/builtin/apps/com.micropythonos.appstore/assets/appstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def download_app_index(self, json_url):
5656
lv.async_call(lambda l, error=e: self.please_wait_label.set_text(f"Downloading app index from:\n{json_url}\ngot error: {error}"), None)
5757
return
5858
if response and response.status_code == 200:
59-
print(f"Got response text: {response.text}")
59+
#print(f"Got response text: {response.text}")
6060
try:
6161
applist = json.loads(response.text)
6262
for app in json.loads(response.text):

0 commit comments

Comments
 (0)