Remove debug code from FilePump.
This commit is contained in:
parent
9810b57f40
commit
f8dba07d52
1 changed files with 0 additions and 3 deletions
|
|
@ -106,8 +106,6 @@ sub build {
|
|||
}
|
||||
$concatenatedJS .= $results->{content};
|
||||
$jsFile->{lastModified} = $results->{lastModified};
|
||||
$self->session->log->warn($jsFile->{uri});
|
||||
$self->session->log->warn($jsFile->{lastModified});
|
||||
}
|
||||
return (0, $error) if ($error);
|
||||
|
||||
|
|
@ -164,7 +162,6 @@ sub build {
|
|||
|
||||
##Minimize files, and write them out.
|
||||
|
||||
$self->session->log->warn($concatenatedJS);
|
||||
my $minimizedJS = JavaScript::Minifier::XS::minify($concatenatedJS);
|
||||
undef $concatenatedJS;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue