Remove File.write from fetch_user

This commit is contained in:
Omar Roth 2018-03-31 10:50:39 -05:00
parent ffdf2ea4c5
commit cf9a8b0037

View File

@ -583,7 +583,6 @@ end
def fetch_user(sid, client, headers)
feed = client.get("/subscription_manager?disable_polymer=1", headers).body
File.write("feed.html", feed)
channels = [] of String
feed = XML.parse_html(feed)