remove test/temp code in UserLoginModule

This commit is contained in:
Drewster727 2016-04-01 09:08:28 -05:00
parent a4569c3eb1
commit 2ad36fa20f

View file

@ -141,10 +141,6 @@ namespace PlexRequests.UI.Modules
Session[SessionKeys.ClientDateTimeOffsetKey] = (int)dateTimeOffset;
int z = 240;
return Response.AsJson(authenticated
? new JsonResponseModel { Result = true }
: new JsonResponseModel { Result = false, Message = "Incorrect User or Password"});