Commit 4b4a81f4af1adbcd87daaa4b1b7a51b64f2d2edf

Authored by Adhidarma Hadiwinoto
1 parent 382518d219
Exists in master

silent on getRequestIdFromResponse exception

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

... ... @@ -242,7 +242,6 @@ function getRequestIdFromResponse(data) {
242 242 return data.fm.refTrxid[0];
243 243 }
244 244 catch(e) {
245   - logger.warn('Exception on getRequestIdFromResponse: ' + e);
246 245 return;
247 246 }
248 247 }