Skip to content

Commit 27e4be3

Browse files
committed
remove comments
1 parent 7ac2643 commit 27e4be3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

netstack.js

-15
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,6 @@
159159
// look for the language(s) in the stack trace
160160
lang = this.detectLanguagesInOrder(lines, languagesRegex);
161161

162-
// if (this.settings.multilanguage) {
163-
// lang = this.detectLanguagesInOrder(lines, languagesRegex);
164-
// } else {
165-
// for (var i = 0; i < lines.length; ++i) {
166-
// if (lang === '') {
167-
// for (var key in languagesRegex) {
168-
// if (languagesRegex[key].test(lines[i])) {
169-
// lang = key;
170-
// break;
171-
// }
172-
// }
173-
// }
174-
// }
175-
// }
176-
177162
if (lang === '') return;
178163

179164
// if multiline option is true, check if the language is the same for all lines

0 commit comments

Comments
 (0)