Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsujitk committed Jan 10, 2021
1 parent 1c8ce2e commit f3df722
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import android.os.Bundle;
import android.text.format.DateFormat;
import android.text.method.LinkMovementMethod;
import android.util.Log;
import android.view.View;
import android.webkit.WebView;
import android.widget.LinearLayout;
Expand Down Expand Up @@ -777,11 +776,6 @@ public void run() {
c.setTime(lastRefreshed);
c.add(Calendar.DATE, 6);
futureRefresh = dateFormat.parse(dateFormat.format(c.getTime()));

assert today != null;
Log.i("today", dateFormat.format(today));
assert futureRefresh != null;
Log.i("future", dateFormat.format(futureRefresh));
} catch (ParseException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit f3df722

Please sign in to comment.