Skip to content

Commit

Permalink
Remove extra blank lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo committed Jun 21, 2023
1 parent 21d1014 commit 21752ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotnet/src/dotnetframework/GxClasses/Middleware/GXHttp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,6 @@ private bool ValidWebSession()
#else
bool isExpired = IsFullAjaxRequest(HttpContext.Current) && this.AjaxOnSessionTimeout() == "Warn" && GxWebSession.IsSessionExpired(localHttpContext);
#endif

if (isExpired)
{
GXLogging.Info(log, "440 Session timeout. Web Session has expired and GX' OnSessionTimeout' Pty is set to 'WARN'");
Expand Down

0 comments on commit 21752ba

Please sign in to comment.