Do not spam logs with events

This commit is contained in:
nicolas.dorier
2021-05-14 17:17:46 +09:00
parent 778a0f7e8d
commit 0d70743a47

View File

@@ -18,7 +18,7 @@ namespace BTCPayServer.Events
public override string ToString()
{
return $"Invoice {InvoiceId} activated payment method {PaymentMethodId}";
return string.Empty;
}
}
}