Remove debug print

serial
William Toohey 10 years ago
parent 3f021f5542
commit 4395a698fa
  1. 1
      js/ResourcePack.js

@ -288,7 +288,6 @@ Respack.prototype.parseSongFile = function(text) {
song.source = el.getTag("source");
// Because PackShit breaks everything
console.log(this.name);
if(this.name == "PackShit") {
song.forceTrim = true;
}

Loading…
Cancel
Save