remove useless comments
This commit is contained in:
parent
31e0e38948
commit
4cde78f85d
1 changed files with 0 additions and 8 deletions
|
|
@ -31,14 +31,6 @@ class _BuildNotesListState extends State<BuildNotesList> {
|
|||
final baseAPI = AppEnviroment.baseApiUrl;
|
||||
|
||||
Future<void> deleteNoteApiCall(int NoteId) async {
|
||||
//print("Here1");
|
||||
//userEmail = getLoginUserEmail() as String;
|
||||
//print(userEmail);
|
||||
//print("Here2");
|
||||
//await getOfficeIdByUser(docOfficeIdApiUrl + userEmail);
|
||||
//print("Office ID: ${futureDocOfficeId.toString()}");
|
||||
//print("OPatient ID No: ${idController.text}");
|
||||
//print("Here3");
|
||||
var response = await http.delete(
|
||||
Uri.parse("$baseAPI/notes/delete/"),
|
||||
headers: <String, String>{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue