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:
parent
b57e1eb565
commit
ff43fdccbe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user