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-10-03 14:32:50 -07:00
parent 357fca53ca
commit 6210840201

View File

@@ -636,7 +636,6 @@ void fullinstall(int uninstallonly, char* proxy, int proxylen, char* tag, int ta
{
char *ipath = ILibMemory_Allocate(len, 0, NULL, NULL);
RegQueryValueExA(hKey, "ImagePath", NULL, NULL, ipath, &len);
printf("ImagePath: %s\n", ipath);
STARTUPINFOA info = { sizeof(info) };
PROCESS_INFORMATION processInfo;