removed duplicate method that somehow crept in...

This commit is contained in:
Andrew Welker
2020-05-18 17:47:14 -06:00
parent 546cdacc0f
commit 476d661ece

View File

@@ -27,11 +27,6 @@ namespace PepperDash.Essentials.Core
return joinMap;
}
public static string GetJoinMapForDevice(string joinMapKey)
{
return GetSerializedJoinMapForDevice(joinMapKey);
}
/// <summary>
/// Attempts to get the serialized join map from config
/// </summary>