We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a13b1 commit d1d3c38Copy full SHA for d1d3c38
src/blocks/mrc_print.ts
src/blocks/setup_custom_blocks.ts
@@ -17,7 +17,6 @@ import * as Event from './mrc_event';
17
import * as GetParameter from './mrc_get_parameter';
18
import * as ParameterMutator from './mrc_param_container'
19
import * as EventHandler from './mrc_event_handler';
20
-import * as Print from './mrc_print';
21
22
const customBlocks = [
23
CallPythonFunction,
@@ -38,7 +37,6 @@ const customBlocks = [
38
37
GetParameter,
39
ParameterMutator,
40
EventHandler,
41
- Print
42
];
43
44
export const setup = function(forBlock: any) {
0 commit comments