Remove warns for debugging in the handler.
This commit is contained in:
parent
01d2a207b0
commit
8ce611b368
1 changed files with 0 additions and 2 deletions
|
|
@ -65,9 +65,7 @@ sub handler {
|
|||
my $error = "";
|
||||
my $matchUri = $request->uri;
|
||||
my $gateway = $config->get("gateway");
|
||||
warn $matchUri;
|
||||
$matchUri =~ s{^$gateway(.*)}{/$1};
|
||||
warn $matchUri;
|
||||
foreach my $handler (@{$config->get("urlHandlers")}) {
|
||||
my ($regex) = keys %{$handler};
|
||||
if ($matchUri =~ m{$regex}i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue