diff options
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r-- | nginx/ngx_http_js_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index 9ffc58c8..56de05a0 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -840,7 +840,6 @@ static njs_external_t ngx_http_js_ext_periodic_session[] = { static njs_vm_ops_t ngx_http_js_ops = { - NULL, ngx_js_logger, }; |