Skip to content

Commit 21752ba

Browse files
Remove extra blank lines.
1 parent 21d1014 commit 21752ba

File tree

1 file changed

+0
-1
lines changed
  • dotnet/src/dotnetframework/GxClasses/Middleware

1 file changed

+0
-1
lines changed

dotnet/src/dotnetframework/GxClasses/Middleware/GXHttp.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,6 @@ private bool ValidWebSession()
20412041
#else
20422042
bool isExpired = IsFullAjaxRequest(HttpContext.Current) && this.AjaxOnSessionTimeout() == "Warn" && GxWebSession.IsSessionExpired(localHttpContext);
20432043
#endif
2044-
20452044
if (isExpired)
20462045
{
20472046
GXLogging.Info(log, "440 Session timeout. Web Session has expired and GX' OnSessionTimeout' Pty is set to 'WARN'");

0 commit comments

Comments
 (0)