diff --git a/ICD.Common.Utils/IcdConsole.cs b/ICD.Common.Utils/IcdConsole.cs index d27d370..5ca1894 100644 --- a/ICD.Common.Utils/IcdConsole.cs +++ b/ICD.Common.Utils/IcdConsole.cs @@ -50,7 +50,7 @@ namespace ICD.Common.Utils Print(message); } #else - Print(message, args); + Print(message); #endif }