mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-14 01:21:35 +01:00
remove old comment
This commit is contained in:
parent
536070ceb3
commit
60e6b957c5
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ public class DrugDetailActivity extends AppCompatActivity {
|
||||||
Log.d(TAG, "medic and newPrescription are NOT Equals");
|
Log.d(TAG, "medic and newPrescription are NOT Equals");
|
||||||
newPrescription.setLast_update(new Date().getTime());
|
newPrescription.setLast_update(new Date().getTime());
|
||||||
prescriptionsDAO.update(newPrescription);
|
prescriptionsDAO.update(newPrescription);
|
||||||
//dbHelper.updateDrug(newDrug);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue