Fix codecy failures

This commit is contained in:
Dinu Kumarasiri 2017-05-15 11:32:48 +02:00
parent 83727e43e6
commit a2a2589df3

View file

@ -404,7 +404,6 @@ public class MediaDetailFragment extends Fragment {
} }
SimpleDateFormat formatter = new SimpleDateFormat("dd MMM yyyy"); SimpleDateFormat formatter = new SimpleDateFormat("dd MMM yyyy");
String formattedDate = formatter.format(date); String formattedDate = formatter.format(date);
// Timber.d("Media uploaded date is: s%", formattedDate);
return formattedDate; return formattedDate;
} }