Removes unused format string insertion in launcher.c.
diff --git a/PC/launcher.c b/PC/launcher.c
index ee3cd44..fa08684 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -260,7 +260,7 @@
                         }
                         else if (find_existing_python(ip->executable)) {
                             debug(L"locate_pythons_for_key: %s: already \
-found: %s\n", ip->executable);
+found\n", ip->executable);
                         }
                         else {
                             /* check the executable type. */