Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsharE committed Jan 22, 2025
1 parent 7ac2643 commit 27e4be3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions netstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,21 +159,6 @@
// look for the language(s) in the stack trace
lang = this.detectLanguagesInOrder(lines, languagesRegex);

// if (this.settings.multilanguage) {
// lang = this.detectLanguagesInOrder(lines, languagesRegex);
// } else {
// for (var i = 0; i < lines.length; ++i) {
// if (lang === '') {
// for (var key in languagesRegex) {
// if (languagesRegex[key].test(lines[i])) {
// lang = key;
// break;
// }
// }
// }
// }
// }

if (lang === '') return;

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

0 comments on commit 27e4be3

Please sign in to comment.