Skip to content

Commit 749021c

Browse files
committed
docs: removed comment from collector/src/index.js
- extracted from #1315 - we are not sure which direction we will go with parent configs yet - we will refactor config in the future
1 parent 7dc62e6 commit 749021c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/collector/src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ function init(_config = {}) {
9999
log.init(_config);
100100
}
101101

102-
// TODO: The idea of having a config per parent module probably makes, sense
103-
// but as far as I can see, the code in the collector config module is a duplicate.
104102
config = normalizeCollectorConfig(_config);
105103
config = instanaNodeJsCore.util.normalizeConfig(config, logger);
106104

0 commit comments

Comments
 (0)