Commit dcfcbe6a authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

removed app alerts statements.

parent 17fb24c7
...@@ -188,9 +188,9 @@ export class MyreservationPage implements OnInit { ...@@ -188,9 +188,9 @@ export class MyreservationPage implements OnInit {
alert(error.message); alert(error.message);
}); });
}, er => { }, er => {
alert('Can not retrieve Location') console.log('Can not retrieve Location');
}).catch((error) => { }).catch((error) => {
alert('Error getting location - ' + JSON.stringify(error)) console.log('Error getting location - ' + JSON.stringify(error));
}); });
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment