mirror of https://github.com/M66B/NetGuard.git
Removed to do
This commit is contained in:
parent
8c3123aea2
commit
e92b51643b
|
@ -144,7 +144,6 @@ public class DatabaseHelper extends SQLiteOpenHelper {
|
|||
db.execSQL("CREATE INDEX idx_log_uid ON log(uid)");
|
||||
}
|
||||
|
||||
// TODO add version, protocol
|
||||
private void createTableAccess(SQLiteDatabase db) {
|
||||
Log.i(TAG, "Creating access table");
|
||||
db.execSQL("CREATE TABLE access (" +
|
||||
|
|
Loading…
Reference in New Issue