diff --git a/Server/Data/AppDb.cs b/Server/Data/AppDb.cs index 8ff00287..210c5a6b 100644 --- a/Server/Data/AppDb.cs +++ b/Server/Data/AppDb.cs @@ -42,7 +42,7 @@ namespace Remotely.Server.Data protected override void OnConfiguring(DbContextOptionsBuilder options) { options.ConfigureWarnings(x => x.Ignore(RelationalEventId.MultipleCollectionIncludeWarning)); - options.LogTo((message) => System.Diagnostics.Debug.Write(message)); + //options.LogTo((message) => System.Diagnostics.Debug.Write(message)); } protected override void OnModelCreating(ModelBuilder builder)