Remove @DebugLog annotations
This commit is contained in:
parent
3002641b2b
commit
ba444dfb46
2 changed files with 0 additions and 8 deletions
|
|
@ -16,8 +16,6 @@ import com.kabouzeid.gramophone.util.PreferenceUtil;
|
|||
import java.io.File;
|
||||
import java.util.ArrayList;
|
||||
|
||||
import hugo.weaving.DebugLog;
|
||||
|
||||
public class BlacklistStore extends SQLiteOpenHelper {
|
||||
private static BlacklistStore sInstance = null;
|
||||
public static final String DATABASE_NAME = "blacklist.db";
|
||||
|
|
@ -132,7 +130,6 @@ public class BlacklistStore extends SQLiteOpenHelper {
|
|||
}
|
||||
|
||||
@NonNull
|
||||
@DebugLog
|
||||
public ArrayList<String> getPaths() {
|
||||
Cursor cursor = getReadableDatabase().query(BlacklistStoreColumns.NAME,
|
||||
new String[]{BlacklistStoreColumns.PATH},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue