Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Buhle79 committed Aug 15, 2024
1 parent 04c7141 commit 5fc7568
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion go-app-ussd_popi_rapidpro.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ go.app = function() {
];
postbirth = _.toUpper(_.get(contact, "fields.postbirth_messaging")) === "TRUE";

console.log("Dates", dates_entry);
if (edd || baby_dob1){
dates_list = dates_entry[0].trim().split(/\s*,\s*/);
dates_count = dates_list.length;
Expand Down
1 change: 0 additions & 1 deletion src/ussd_popi_rapidpro.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ go.app = function() {
];
postbirth = _.toUpper(_.get(contact, "fields.postbirth_messaging")) === "TRUE";

console.log("Dates", dates_entry);
if (edd || baby_dob1){
dates_list = dates_entry[0].trim().split(/\s*,\s*/);
dates_count = dates_list.length;
Expand Down

0 comments on commit 5fc7568

Please sign in to comment.