mirror of
https://github.com/stom79/exodus-android-app
synced 2025-02-16 16:20:35 +01:00
remove debug info
This commit is contained in:
parent
73239c1328
commit
22b85fc47a
@ -128,7 +128,6 @@ public class ReportViewModel extends BaseObservable {
|
|||||||
if(reportDisplay.report == null)
|
if(reportDisplay.report == null)
|
||||||
return reportDate;
|
return reportDate;
|
||||||
|
|
||||||
System.out.println("crea "+reportDisplay.report.creationDate.getTimeInMillis()+" up"+reportDisplay.report.updateDate.getTimeInMillis());
|
|
||||||
|
|
||||||
DateFormat dateFormat = SimpleDateFormat.getDateInstance(DateFormat.LONG);
|
DateFormat dateFormat = SimpleDateFormat.getDateInstance(DateFormat.LONG);
|
||||||
reportDate = context.getString(R.string.created_date)+" "+dateFormat.format(reportDisplay.report.creationDate.getTime());
|
reportDate = context.getString(R.string.created_date)+" "+dateFormat.format(reportDisplay.report.creationDate.getTime());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user