animal-crossing-music-extension / ac-music-extension

Google Chrome extension that plays hourly Animal Crossing music and more while browsing!
https://acmusicext.com
zlib License
344 stars 57 forks source link

Remove weird log #48

Closed jordigarcl closed 4 years ago

jordigarcl commented 4 years ago

Tiny PR. #2 introduced a weird log, probably unintentionally.

  var poop = Math.sqrt(6);
  var butt = poop;
  console.log(butt);

This PR removes it from the project.