Commit 2b082de
util: remove unused fast path in internal debuglog
The internal `debuglog()` is never called with 0 parameters. Remove the
fast-path for that situation. If it ever occurs, it will fall through to
the default path.
PR-URL: #41605
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent 4b174ce commit 2b082deCopy full SHA for 2b082de
File tree
Expand file treeCollapse file tree
1 file changed
+0
-2
lines changedOpen diff view settings
Filter options
- lib/internal/util
Expand file treeCollapse file tree
1 file changed
+0
-2
lines changedOpen diff view settings
Collapse file
lib/internal/util/debuglog.js
Copy file name to clipboardExpand all lines: lib/internal/util/debuglog.js-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
81 | 81 | |
82 | 82 | |
83 | 83 | |
84 | | - |
85 | 84 | |
86 | 85 | |
87 | 86 | |
| ||
95 | 94 | |
96 | 95 | |
97 | 96 | |
98 | | - |
99 | 97 | |
100 | 98 | |
101 | 99 | |
|
0 commit comments