Removing debug code
This commit is contained in:
parent
598250a1d8
commit
b93845be19
|
|
@ -58,8 +58,6 @@ namespace Microsoft.AspNet.Server.Kestrel.Networking
|
|||
|
||||
public int Check(int statusCode)
|
||||
{
|
||||
var x = Marshal.GetLastWin32Error();
|
||||
|
||||
Exception error;
|
||||
var result = Check(statusCode, out error);
|
||||
if (error != null)
|
||||
|
|
|
|||
Loading…
Reference in New Issue