1 parent a87671c commit 6fedb56Copy full SHA for 6fedb56
1 file changed
playground/src/GraphAlgEditor.ts
@@ -159,7 +159,6 @@ export class GraphAlgEditor {
159
}
160
161
funcNameInput.addEventListener('change', () => {
162
- console.log(funcNameInput.value);
163
this.functionName = funcNameInput.value;
164
});
165
@@ -332,7 +331,6 @@ export class GraphAlgEditor {
332
331
333
334
if (arg.value) {
335
- console.log(arg.value);
336
arg.rootElem.appendChild(renderMatrix(arg.value, this.renderMode));
337
338
0 commit comments