Skip to content

Commit ecc397a

Browse files
committed
clean up comments
1 parent 5b34c37 commit ecc397a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,6 @@ class API {
395395
// If a value exists in this iteration
396396
if (value !== null) {
397397

398-
// TEMP: debug
399-
// value._STACK = value.stack.map(x => x.name)
400-
// value._STACK2 = value.inherited.map(x => x.name)
401-
402398
// If mounting middleware
403399
if (method === '__MW__') {
404400
// Merge stacks if middleware exists

0 commit comments

Comments
 (0)