Removed no longer needed DebugLog annotations
This commit is contained in:
parent
20700f528d
commit
1687a59ded
2 changed files with 0 additions and 6 deletions
|
|
@ -13,8 +13,6 @@ import com.kabouzeid.gramophone.util.PreferenceUtil;
|
|||
|
||||
import java.util.ArrayList;
|
||||
|
||||
import hugo.weaving.DebugLog;
|
||||
|
||||
/**
|
||||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
|
|
@ -84,7 +82,6 @@ public class SongLoader {
|
|||
return makeSongCursor(context, selection, values, PreferenceUtil.getInstance(context).getSongSortOrder());
|
||||
}
|
||||
|
||||
@DebugLog
|
||||
@Nullable
|
||||
public static Cursor makeSongCursor(@NonNull final Context context, @Nullable final String selection, final String[] values, final String sortOrder) {
|
||||
String baseSelection = BASE_SELECTION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue