mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +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();
|
||||
List<Prescription> prescriptionList = prescriptionsDAO.getAllMedics();
|
||||
Prescription firstPrescription = null ;
|
||||
//List<Drug> drugs = dbHelper.getAllDrugs();
|
||||
|
||||
try {
|
||||
firstPrescription = prescriptionList.get(1);
|
||||
|
|
Loading…
Reference in a new issue