Skip to content

Commit 63736a6

Browse files
committed
commented code
1 parent cdf2106 commit 63736a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/vps-web/src/app/custom-nodes-v2/render-test-node-definition.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ export class RenderTestNodeVisual extends NodeVisual<NodeInfo> {
6666
updateVisual = (
6767
incomingData: unknown,
6868
_parentNode: HTMLElement,
69-
// Using underscore prefix to indicate intentionally unused parameter
70-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
7169
_nodeInfo: NodeInfo,
7270
_scopeId?: string | undefined
7371
) => {

0 commit comments

Comments
 (0)