removed unnecessary argument to createNoLogCondition
This commit is contained in:
parent
7ca517b5ed
commit
81fa9c3568
@ -166,7 +166,7 @@ function format(str, req, res) {
|
||||
* 3.1 ["\\.jpg$", "\\.png", "\\.gif"]
|
||||
* SAME AS "\\.jpg|\\.png|\\.gif"
|
||||
*/
|
||||
function createNoLogCondition(nolog, type) {
|
||||
function createNoLogCondition(nolog) {
|
||||
var regexp = null;
|
||||
|
||||
if (nolog) {
|
||||
|
Loading…
Reference in New Issue
Block a user