Commit e99d1526944cfa767cc2f646f4098bb4a0746e0c

Authored by Adhidarma Hadiwinoto
1 parent 1173f582ad
Exists in master

coba reverse

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

... ... @@ -44,7 +44,6 @@ function createHttpReportServer() {
44 44 logger.info('Got reverse report from partner', {path: path, qs: qs});
45 45 response.end('OK');
46 46  
47   - /*
48 47 var trxid;
49 48 try {
50 49 trxid = qs.transid;
... ... @@ -56,7 +55,6 @@ function createHttpReportServer() {
56 55 logger.info('Requesting advice from webreport', {trxid: trxid})
57 56 cekstatus.advice({trxid: trxid}, callbackFromWebReport);
58 57 }
59   - */
60 58  
61 59 });
62 60