Commit f7c50dd1d0eec9d9c001b02a45aebca200c037df

Authored by Adhidarma Hadiwinoto
1 parent 4828d799cb
Exists in master

hapus debug

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -104,7 +104,7 @@ function pullTask() {
104 104 }
105 105  
106 106 if (config.pull_task_use_post) {
107   - logger.verbose('Requesting PULL-TASK to CORE using POST');
  107 + //logger.verbose('Requesting PULL-TASK to CORE using POST');
108 108 options.method = 'POST';
109 109 options.form = body_or_qs;
110 110 }