Skip to content

Commit

Permalink
remove debugging log
Browse files Browse the repository at this point in the history
  • Loading branch information
okaybenji committed Jul 6, 2022
1 parent 3bdac33 commit 90bc1cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ let autocomplete = () => {
// select previously entered commands
// string -> nothing
let navigateHistory = (dir) => {
console.log('navigate', dir);
if (dir === 'prev') {
inputsPos--;
if (inputsPos < 0) {
Expand Down

0 comments on commit 90bc1cd

Please sign in to comment.