mirror of
https://github.com/bitwarden/server
synced 2025-12-10 21:33:41 +00:00
remove console log
This commit is contained in:
@@ -50,7 +50,6 @@ namespace Bit.Server
|
|||||||
{
|
{
|
||||||
OnPrepareResponse = ctx =>
|
OnPrepareResponse = ctx =>
|
||||||
{
|
{
|
||||||
System.Console.WriteLine("Path: " + ctx.Context.Request.Path.Value);
|
|
||||||
if(!ctx.Context.Request.Path.HasValue)
|
if(!ctx.Context.Request.Path.HasValue)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user