Skip to content

Commit d1d3c38

Browse files
authored
Remove block mrc_print. (#165)
1 parent 59a13b1 commit d1d3c38

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

src/blocks/mrc_print.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/blocks/setup_custom_blocks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import * as Event from './mrc_event';
1717
import * as GetParameter from './mrc_get_parameter';
1818
import * as ParameterMutator from './mrc_param_container'
1919
import * as EventHandler from './mrc_event_handler';
20-
import * as Print from './mrc_print';
2120

2221
const customBlocks = [
2322
CallPythonFunction,
@@ -38,7 +37,6 @@ const customBlocks = [
3837
GetParameter,
3938
ParameterMutator,
4039
EventHandler,
41-
Print
4240
];
4341

4442
export const setup = function(forBlock: any) {

0 commit comments

Comments
 (0)