bicarbon8/todoTxtWebUi

the getTodoTxtFile function is currently unused and should be removed

bicarbon8 opened this issue · 1 comments

the getTodoTxtFile was a legacy method created to load the user's todo.txt file from the local filesystem, but is now unused since the application supports file select / drop uploads instead.

ACTUAL:
function getTodoTxtFile exists, but is never called

EXPECTED:
function getTodoTxtFile is removed from js/todoTxt.js

fixed in 1b442be