diff --git a/geofind.c b/geofind.c index 389a33f..e2256af 100644 --- a/geofind.c +++ b/geofind.c @@ -176,7 +176,6 @@ int main(int argc, char *argv[]) { printf("Processing IPs from file: %s\n", argv[1]); process_file(argv[1]); } else { - // Process multiple targets for (int i = 1; i < argc; ++i) { if (strcmp(argv[i], "me") == 0) { system("curl https://ipinfo.io");