diff --git a/README.md b/README.md index 4a8e0f1..39b8b8c 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ These features are planned and many are mocked up in the menus: ## Version History +* 0.1.8 Priorities now upboat more intuitively * 0.1.7 Added support for feature submodules and adding system services to AO's features menu * 0.1.4 Added fantasy hook feature to bring the AO MUD aesthetic into the terminal * 0.1.2 AO install wizard partway done, reorganized project repos, 'Check AO install' feature diff --git a/scripts/priority.js b/scripts/priority.js index c42ddd4..db1c038 100644 --- a/scripts/priority.js +++ b/scripts/priority.js @@ -234,6 +234,5 @@ async function priorityCardMenu(card, index, allPriorities) { default: return false } - console.log('broken') return true }