Minor fix

This commit is contained in:
misaochan 2016-01-26 17:19:59 +13:00
parent a21cd1dd86
commit e7888c807a

View file

@ -114,7 +114,7 @@ public class CategorizationFragment extends SherlockFragment{
} }
cursor.close(); cursor.close();
if (MwVolleyApi.GpsCatExists.getGpsCatExists() == true){ if (MwVolleyApi.GpsCatExists.getGpsCatExists() == true) {
//Log.d(TAG, "GPS cats found in CategorizationFragment.java" + MwVolleyApi.getGpsCat().toString()); //Log.d(TAG, "GPS cats found in CategorizationFragment.java" + MwVolleyApi.getGpsCat().toString());
List<String> gpsItems = new ArrayList<String>(MwVolleyApi.getGpsCat()); List<String> gpsItems = new ArrayList<String>(MwVolleyApi.getGpsCat());
//Log.d(TAG, "GPS items: " + gpsItems.toString()); //Log.d(TAG, "GPS items: " + gpsItems.toString());