Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 0 additions & 46 deletions src/blocks/mrc_print.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/blocks/setup_custom_blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import * as Event from './mrc_event';
import * as GetParameter from './mrc_get_parameter';
import * as ParameterMutator from './mrc_param_container'
import * as EventHandler from './mrc_event_handler';
import * as Print from './mrc_print';

const customBlocks = [
CallPythonFunction,
Expand All @@ -38,7 +37,6 @@ const customBlocks = [
GetParameter,
ParameterMutator,
EventHandler,
Print
];

export const setup = function(forBlock: any) {
Expand Down