Merge branch 'fix/console-print' of Common/Utils into dev

This commit is contained in:
Chris Cameron 2018-11-16 22:22:02 +00:00 committed by Gogs
commit ed9c017856

View file

@ -50,7 +50,7 @@ namespace ICD.Common.Utils
Print(message); Print(message);
} }
#else #else
Print(message, args); Print(message);
#endif #endif
} }