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
1 changed files with 0 additions and 1 deletions

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)