Skip to content

Commit 1c92446

Browse files
committed
Fix #113
1 parent f25cdf9 commit 1c92446

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/convert/CW.js

-6
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,6 @@ export class Entry {
184184
this.rw_domains = rw_domains.map(domain => domain.trim());
185185

186186
this.rw_indices = rw_indices;
187-
rw_indices.forEach(index => {
188-
const parts = index.split('.');
189-
if (parts.length > 2) {
190-
this.rw_indices.push(''+parts[0]+'.'+parts[1]);
191-
}
192-
});
193187

194188
this.wn_domains = [];
195189
wn_domains.forEach(domain => {

0 commit comments

Comments
 (0)