Skip to content

Commit a1578e9

Browse files
authored
Remove outdated comment in scripts/install_plugin_modules.js
1 parent 19aca92 commit a1578e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/install_plugin_modules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ async function addDependencies (dependencies, externalName, versionRange) {
153153
const version = semver.maxSatisfying(versionList, versionRange)
154154
const pkgJson = await npmView(`${externalName}@${version}`)
155155
for (const { dep, name } of externalDeps.get(externalName)) {
156-
// do stuff with dep
157156
for (const section of ['devDependencies', 'peerDependencies']) {
158157
if (pkgJson[section] && name in pkgJson[section]) {
159158
if (dep === externalName) {

0 commit comments

Comments
 (0)