1
0
Fork 0

removed stray console.log

This commit is contained in:
Alexander Yakovlev 2017-12-10 21:33:58 +07:00
parent a3f678c0de
commit d641c5c136

View file

@ -217,7 +217,6 @@ function pack (bin, canvas) {
bin[i] = packone(sprite, cwidth, cheight, bin[i]);
}
}
console.log(bin);
for (i = 0, len = bin.length; i < len; i++) {
let x = bin[i].x + margin;