Remove forgotten console .log

This commit is contained in:
Logan Ramos
2019-08-16 10:55:16 -04:00
parent 85444def9f
commit f3d8e74d6f
@@ -348,7 +348,6 @@ export class SearchAddon implements ITerminalAddon {
let scroll = result.row - terminal.buffer.viewportY;
scroll = scroll - Math.floor(terminal.rows / 2);
terminal.scrollLines(scroll);
console.log('scrolling');
}
return true;
}