Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mofux committed Jul 11, 2017
1 parent 16f90b4 commit d6bd943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export class Renderer {
// Return the row's spans to the pool
while (this._terminal.children[y].children.length) {
const child = this._terminal.children[y].children[0];
console.log('pool:release', child);
this._terminal.children[y].removeChild(child);
this._spanElementObjectPool.release(<HTMLElement>child);
}
Expand Down

0 comments on commit d6bd943

Please sign in to comment.