Removed debug logging
This commit is contained in:
@@ -50,16 +50,6 @@ public class HttpRouter
|
||||
wrapper.Output = wrapper.Output.Replace(sessionID, sessionID);
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
var filepath = $"c:\\SharpServer\\{req.Path.ToString().Substring(1).Replace("/", ".")}.json";
|
||||
File.WriteAllText(filepath, wrapper.Output);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e);
|
||||
}
|
||||
|
||||
return wrapper.Output;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user