1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 08:43:27 +00:00

do things when not dev

This commit is contained in:
Kyle Spearrin
2017-07-14 13:29:52 -04:00
parent 25fccfc3fd
commit 64212a1874
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ namespace Bit.Core.Utilities
GlobalSettings globalSettings,
Func<LogEvent, bool> filter = null)
{
if(env.IsProduction())
if(!env.IsDevelopment())
{
if(filter == null)
{