mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
Removed some DumpJson() from the trace logs.
This commit is contained in:
parent
20a18c516b
commit
0ed75f163f
5 changed files with 10 additions and 48 deletions
|
@ -83,8 +83,6 @@ namespace PlexRequests.Store.Repository
|
|||
public bool Update(T entity)
|
||||
{
|
||||
ResetCache();
|
||||
Log.Trace("Updating entity");
|
||||
Log.Trace(entity.DumpJson());
|
||||
using (var db = Config.DbConnection())
|
||||
{
|
||||
db.Open();
|
||||
|
@ -95,8 +93,6 @@ namespace PlexRequests.Store.Repository
|
|||
public async Task<bool> UpdateAsync(T entity)
|
||||
{
|
||||
ResetCache();
|
||||
Log.Trace("Updating entity");
|
||||
Log.Trace(entity.DumpJson());
|
||||
using (var db = Config.DbConnection())
|
||||
{
|
||||
db.Open();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue