Skip to content

Commit 6fedb56

Browse files
committed
Remove left-over console.logs.
1 parent a87671c commit 6fedb56

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

playground/src/GraphAlgEditor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ export class GraphAlgEditor {
159159
}
160160

161161
funcNameInput.addEventListener('change', () => {
162-
console.log(funcNameInput.value);
163162
this.functionName = funcNameInput.value;
164163
});
165164

@@ -332,7 +331,6 @@ export class GraphAlgEditor {
332331
}
333332

334333
if (arg.value) {
335-
console.log(arg.value);
336334
arg.rootElem.appendChild(renderMatrix(arg.value, this.renderMode));
337335
}
338336
}

0 commit comments

Comments
 (0)