From c66499ca679f8db5d35e7c3133642e98d314ee8a Mon Sep 17 00:00:00 2001 From: William Douglas Date: Thu, 24 May 2012 14:50:23 -0700 Subject: [PATCH] Remove useless check. Since the crash submission/opt in was removed this check was changed to only testmode, making test mode useless. Since we always send we need to modify what testmode does now. Signed-off-by: William Douglas --- src/corewatcher.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/corewatcher.c b/src/corewatcher.c index af4d920..d055358 100644 --- a/src/corewatcher.c +++ b/src/corewatcher.c @@ -131,11 +131,6 @@ int main(int argc, char**argv) } } - if (!testmode) { - fprintf(stderr, "+ Inactive by user preference\n"); - return EXIT_SUCCESS; - } - /* * the curl docs say that we "should" call curl_global_init early, * even though it'll be called later on via curl_easy_init(). -- 2.7.4