Skip to content

Commit c182947

Browse files
committed
build fix
1 parent 7fc6f63 commit c182947

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/graph-builder/graph-core/5-load-save.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ class GraphLoadSave extends GraphUndoRedo {
185185

186186
setGraphML(graphML) {
187187
graphMLParser(graphML).then((graphObject) => {
188-
console.log(graphObject);
189188
localStorageManager.save(this.id, graphObject);
190189
this.loadGraphFromLocalStorage();
191190
});

src/toolbarActions/toolbarFunctions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import parser from '../graph-builder/graphml/parser';
2-
import { parseDetails } from '../graph-builder/graphml/parser/parseProperties';
32
import { actionType as T } from '../reducer';
43

54
const getGraphFun = (superState) => superState.curGraphInstance;

0 commit comments

Comments
 (0)