Prevents join map info from printing on program start (JoinMapBaseAdvanced constructor) unless debug level is > 0

This commit is contained in:
Neil Dorin
2021-02-17 10:18:19 -07:00
parent 2897ec1d83
commit 24a435c965

View File

@@ -233,7 +233,10 @@ namespace PepperDash.Essentials.Core
}
PrintJoinMapInfo();
if (Debug.Level > 0)
{
PrintJoinMapInfo();
}
}
/// <summary>