mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Remove old comment
This commit is contained in:
parent
38ec2cb9eb
commit
846f6ecbe9
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ public class AlarmReceiver extends BroadcastReceiver {
|
||||||
PrescriptionsDAO prescriptionsDAO = prescriptions.getPrescriptionsDAO();
|
PrescriptionsDAO prescriptionsDAO = prescriptions.getPrescriptionsDAO();
|
||||||
List<Prescription> prescriptionList = prescriptionsDAO.getAllMedics();
|
List<Prescription> prescriptionList = prescriptionsDAO.getAllMedics();
|
||||||
Prescription firstPrescription = null ;
|
Prescription firstPrescription = null ;
|
||||||
//List<Drug> drugs = dbHelper.getAllDrugs();
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
firstPrescription = prescriptionList.get(1);
|
firstPrescription = prescriptionList.get(1);
|
||||||
|
|
Loading…
Reference in a new issue