Commit 789684cdef5c77e27a0ca2366dfdbed417b39dcb

Authored by Adhidarma Hadiwinoto
1 parent 1ed0cc06f9
Exists in master

coba ditest

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

... ... @@ -28,9 +28,6 @@ function callbackReport(requestId, responseCode, message) {
28 28 });
29 29 }
30 30  
31   - if (responseCode == '00') {
32   - return;
33   - }
34 31 _callbackReport(requestId, responseCode, message);
35 32 }
36 33