Remove old comment

This commit is contained in:
jacques 2022-06-08 11:28:17 +02:00
parent 38ec2cb9eb
commit 846f6ecbe9

View file

@ -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);