mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Remove errant log.
This commit is contained in:
parent
4e77b65123
commit
bcbbbe6607
1 changed files with 0 additions and 1 deletions
|
@ -457,7 +457,6 @@ function onPageFocus(elem: HTMLElement, args: any[]): void {
|
|||
|
||||
async function setInput(el) {
|
||||
let tab = await activeTabId()
|
||||
console.log(tab)
|
||||
// store maximum of 10 elements to stop this getting bonkers huge
|
||||
const arr = state.prevInputs.concat({ tab, inputId: el.id })
|
||||
state.prevInputs = arr.slice(Math.max(arr.length - 10, 0))
|
||||
|
|
Loading…
Add table
Reference in a new issue