(cherry picked from commit 774e7396534ec76f1532917a264a4c4e4d34e79d)
@@ -327,7 +327,6 @@ function retrievePhrData(phrType) {
dataType : "json",
success : function( datas ){
- console.log(JSON.stringify(datas));
if (phrType==="bloodPressure") {
drawBPChart(datas);
}
@@ -275,7 +275,6 @@ $(document).ready(function() {
setPageSize(viewEntry);
retrieveStateData(1, true);
- console.log(viewEntry);
if(viewEntry === '10000'){
$('.patients-list').addClass('all');