From ee5ec9c2879b66b175cf653e2a3334d9f7b07fe3 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 29 Oct 2020 20:23:39 +0100 Subject: [PATCH] [dump] Removed silly debug statement. --- src/main/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/main.c b/src/main/main.c index 5b291be6..22a90893 100644 --- a/src/main/main.c +++ b/src/main/main.c @@ -202,7 +202,6 @@ init(void) /* The ECMAScript code is not good at coping with this. And it * makes currently no sense to evaluate ECMAScript in this * context anyway. */ - printf("AAA\n"); get_opt_bool("ecmascript.enable", NULL) = 0; #endif if (!list_empty(url_list)) {