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)
|
public int Check(int statusCode)
|
||||||
{
|
{
|
||||||
var x = Marshal.GetLastWin32Error();
|
|
||||||
|
|
||||||
Exception error;
|
Exception error;
|
||||||
var result = Check(statusCode, out error);
|
var result = Check(statusCode, out error);
|
||||||
if (error != null)
|
if (error != null)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue