Skip to content

Commit

Permalink
Drop debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Mar 31, 2023
1 parent f4bf81f commit c0ab74b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/plugin-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def fetch_list(self):
"""Fetch list from github project repo and parse JSON"""

if True == Liferea.NetworkMonitor.is_online():
print("ONLINE!!!!!!!!!!!!!!!!")
list_url = "https://raw.githubusercontent.com/lwindolf/liferea/master/plugins/plugin-list.json"
data = None
req = urllib.request.Request(list_url)
Expand Down

0 comments on commit c0ab74b

Please sign in to comment.