summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum/Static.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Quantum/Static.pm')
-rw-r--r--Bugzilla/Quantum/Static.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Quantum/Static.pm b/Bugzilla/Quantum/Static.pm
index 2bd0555e2..2bb54990e 100644
--- a/Bugzilla/Quantum/Static.pm
+++ b/Bugzilla/Quantum/Static.pm
@@ -20,11 +20,9 @@ sub file {
if (my ($legacy_rel) = $rel =~ $LEGACY_RE) {
local $self->{paths} = [ bz_locations->{cgi_path} ];
- warn "legacy $legacy_rel\n";
return $self->SUPER::file($legacy_rel);
}
else {
- warn "mojo $rel\n";
return $self->SUPER::file($rel);
}
}