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,8 +233,11 @@ namespace PepperDash.Essentials.Core
} }
if (Debug.Level > 0)
{
PrintJoinMapInfo(); PrintJoinMapInfo();
} }
}
/// <summary> /// <summary>
/// Prints the join information to console /// Prints the join information to console