From 62108402018c58846f544cbca3268e41ac7642a8 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Thu, 3 Oct 2019 14:32:50 -0700 Subject: [PATCH] removed printf --- meshservice/ServiceMain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/meshservice/ServiceMain.c b/meshservice/ServiceMain.c index b9d5f37..c824817 100644 --- a/meshservice/ServiceMain.c +++ b/meshservice/ServiceMain.c @@ -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;