Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bootta11 authored Jan 12, 2017
1 parent a0659bc commit 34361bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ notifier(imap).on('mail', function (mail) {
task_data.task = task_text;
task_data.date_string = task_date_string;
//console.log("Task data1: ",task_data);
//console.log(predefined_parameters.options_project_list);
//console.log(predefined_parameters.post_data_project_list);

var projects = https.request(predefined_parameters.options_project_list, function (response) {
HandleAllProjectsList(response, subject, task_data, cc_list);
});
Expand Down

0 comments on commit 34361bc

Please sign in to comment.