Skip to content

Commit cb16681

Browse files
committed
#9 - Code cleanup
1 parent 3f05140 commit cb16681

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/scripts/modules/BaseFormatter.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ const BaseFormatter = Module({
8585
importFromCanvas (opts={}) {
8686
const { mediator } = this;
8787
const canvasBody = mediator.get('canvas:body');
88-
// --- NB REMOVE
89-
// mediator.exec('selection:select:all');
90-
// mediator.exec('canvas:export:all');
91-
// return;
92-
// --- NB REMOVE (END)
9388

9489
mediator.exec('canvas:cache:selection');
9590
mediator.exec('format:clean', canvasBody);

0 commit comments

Comments
 (0)