Skip to content

Commit 4a8a106

Browse files
committed
Remove comment
1 parent 33e9e1d commit 4a8a106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/nox_utils/src/nox_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ def rename_defaults(self, coverage: str | None, simulator: str | None):
147147
if coverage:
148148
self.rename_default("log")
149149
if simulator is not None and "vcs" in simulator:
150-
# VDB files are specific to VCS and will not be generated by other simulators
151150
self.rename_default("vdb")
152151
else:
153152
self.rename_default("cov")

0 commit comments

Comments
 (0)