From af9e3401e6b2c111da172da1671090f6cb33137f Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Jun 2017 10:18:55 -0400 Subject: store languages in appdata --- ShiftOS.Server/SaveManager.cs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'ShiftOS.Server/SaveManager.cs') diff --git a/ShiftOS.Server/SaveManager.cs b/ShiftOS.Server/SaveManager.cs index baf5b64..3ea8a28 100644 --- a/ShiftOS.Server/SaveManager.cs +++ b/ShiftOS.Server/SaveManager.cs @@ -184,17 +184,6 @@ namespace ShiftOS.Server } catch { } - try - { - //Update the shiftos website with the user's codepoints. - if (!string.IsNullOrWhiteSpace(sav.UniteAuthToken)) - { - var wreq = WebRequest.Create(UserConfig.Get().UniteUrl + "/API/SetCodepoints/" + sav.Codepoints.ToString()); - wreq.Headers.Add("Authentication: Token " + sav.UniteAuthToken); - wreq.GetResponse(); - } - } - catch { } } -- cgit v1.2.3