diff --git a/modules/quotes/quotes.js b/modules/quotes/quotes.js index 6b8cdc8..7d8b1f3 100644 --- a/modules/quotes/quotes.js +++ b/modules/quotes/quotes.js @@ -185,7 +185,6 @@ var quotes = function(dbot) { if(!dbot.db.locks.include(key)) { var category = quotes[key]; var index = category.indexOf(quote); - var quote = category[index]; if(index !== -1) { category.splice(index, 1); if(category.length === 0) {