Skip to content

Commit

Permalink
Removed the console log from BP Centiles (for better IE8 compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Schwertner committed Nov 7, 2011
1 parent 612fbe4 commit 383338a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/framework/pedi_bpc/js/bpc-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ if (!BPC) {
methodCode: this.methodCode && this.methodCode.value.toString(),
encounterTypeCode: this.code && this.code.value.toString()});
});
console.log(vitals);
dfd.resolve(vitals);
});
return dfd.promise();
Expand Down

0 comments on commit 383338a

Please sign in to comment.