Refactor
This commit is contained in:
parent
1e935123c1
commit
18c4d9491c
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ class URL
|
|||
) {
|
||||
$rewriteRule = str_replace($match, $value, $rewriteRule);
|
||||
|
||||
error_log('Successfully matched ' . $match . ' with ' . $value . ' New rule is now: ' . $rewriteRule);
|
||||
|
||||
$countMatches++;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue