This commit is contained in:
Jack Kanarish
2018-03-14 14:25:50 -04:00
parent b5c3aefe4c
commit 49a2b6875d

View File

@@ -91,9 +91,7 @@ namespace ICD.Common.Utils.Json
[PublicAPI]
public static void Print(string json)
{
var sb = Format(json);
IcdConsole.PrintLine(sb.ToString());
IcdConsole.PrintLine(Format(json));
}
/// <summary>