1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

[tests] Removed alarm

This commit is contained in:
Witold Filipczyk 2024-06-01 20:45:08 +02:00
parent b57e1eb565
commit ff43fdccbe

View File

@ -644,10 +644,6 @@ init_ecmascript_module(struct module *module)
char *xdg_config_home = get_xdg_config_home();
read_url_list();
if (program.testjs) {
alarm(5);
}
if (xdg_config_home) {
/* ecmascript console log */
console_log_filename = straconcat(xdg_config_home, "/console.log", NULL);