1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

removed printf

This commit is contained in:
Bryan Roe
2019-05-01 16:41:03 -07:00
parent c6e0d2a0ac
commit 067a3ee2a2

View File

@@ -4457,7 +4457,6 @@ int MeshAgent_Start(MeshAgentHostContainer *agentHost, int paramLen, char **para
#if defined(WIN32) && defined(_LINKVM) && !defined(WINSERVICE)
if (agentHost->dpiAwareness != NULL)
{
printf("Setting DPIAwareness to per monitor\n");
agentHost->dpiAwareness(PROCESS_PER_MONITOR_DPI_AWARE);
}
else