1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

remove console log

This commit is contained in:
Kyle Spearrin 2018-08-07 14:27:32 -04:00
parent de80139851
commit 68bd755dc5

View File

@ -50,7 +50,6 @@ namespace Bit.Server
{
OnPrepareResponse = ctx =>
{
System.Console.WriteLine("Path: " + ctx.Context.Request.Path.Value);
if(!ctx.Context.Request.Path.HasValue)
{
return;