Commit a92c3789b9854bce97064e16cd58c211e5cf651b
1 parent
9330f4fe80
Exists in
master
perbaikan sn
Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff
xmlout.js
... | ... | @@ -179,7 +179,6 @@ function prefixMessageWithSN(data) { |
179 | 179 | if (data['MESSAGE'].search(/^SN=.+;/) == -1) { |
180 | 180 | if (data['SN'] && data['SN'].trim()) { |
181 | 181 | sn = data['SN'].trim(); |
182 | - return 'SN=' + data['SN'].trim() + '; ' + data['MESSAGE']; | |
183 | 182 | } |
184 | 183 | else if (config.h2h_out.parse_sn == 'YES') { |
185 | 184 | sn = parseSN(data['MESSAGE']); |