Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kvasdopil committed May 10, 2020
1 parent 20223f6 commit 734f7d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions simulator/simulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ function blendPixel(x, y, tint, alpha) {
}

function renderGlyph(p, index, prevIndex, X, Y) {
if (p) {
console.log(p);
}
let pt = findGlyph(p.buf, index);
const type = p.buf[pt++]; // type
if (type !== 11) {
Expand Down

0 comments on commit 734f7d3

Please sign in to comment.