processing / processing-pi-website

Files for the pi.processing.org subdomain that documents Processing on the Raspberry Pi
https://pi.processing.org/
16 stars 10 forks source link

Remove console.log() from processing-theme.min.js #16

Closed gohai closed 6 years ago

gohai commented 6 years ago

Unsure when this was added, but this code currently prints to the console:

  var headerlinkTop = $.map($headerlink, function (link) {
    console.log($(link).offset().top);
    return $(link).offset().top;
  });
msurguy commented 6 years ago

@gohai fixed via https://github.com/processing/processing-pi-website/commit/258b7f9830fe1d0c8dfab22155d9b401d114bbaa