1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

fmanager clean up

This commit is contained in:
bac1ca 2010-11-30 17:45:03 +03:00
parent 44a4e291e3
commit 777c6076a5
9 changed files with 75 additions and 165 deletions

View file

@ -132,9 +132,6 @@ abstract class LibraryBaseActivity extends ListActivity {
public OpenTreeRunnable(String treePath, String selectedBookPath) {
myTreePath = treePath;
mySelectedBookPath = selectedBookPath;
// TODO delete later
Log.v(FileManager.FILE_MANAGER_LOG_TAG, "===" + myTreePath + mySelectedBookPath);
}
public void run() {