removed unnecessary argument to createNoLogCondition

flush-on-exit
Gareth Jones 11 years ago
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…
Cancel
Save