Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Removed debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Getty committed Feb 18, 2013
1 parent e07b38e commit 7a1ff5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/App/DuckPAN/Web.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ sub request {




if (@calls_nrj) { if (@calls_nrj) {

print "REPLACING SPICE CALLS\n";

my $calls_nrj = join(";",map { "nrj('".$_."')" } @calls_nrj) . ';'; my $calls_nrj = join(";",map { "nrj('".$_."')" } @calls_nrj) . ';';
my $calls_nrc = join(";",map { "nrc('".$_."')" } @calls_nrc) . ';'; my $calls_nrc = join(";",map { "nrc('".$_."')" } @calls_nrc) . ';';
my $calls_script = join("",map { "<script type='text/JavaScript' src='".$_."'></script>" } @calls_script); my $calls_script = join("",map { "<script type='text/JavaScript' src='".$_."'></script>" } @calls_script);
Expand Down

0 comments on commit 7a1ff5e

Please sign in to comment.