File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -582,10 +582,6 @@ class Blocks {
582
582
// Changing the value in a dropdown
583
583
block . fields [ args . name ] . value = args . value ;
584
584
585
- if ( ! this . runtime ) {
586
- log . warn ( 'Runtime is not optional, it should get passed in when the block container is created.' ) ;
587
- break ;
588
- }
589
585
// The selected item in the sensing of block menu needs to change based on the
590
586
// selected target. Set it to the first item in the menu list.
591
587
// TODO: (#1787)
@@ -611,11 +607,6 @@ class Blocks {
611
607
block . mutation = mutationAdapter ( args . value ) ;
612
608
break ;
613
609
case 'checkbox' : {
614
- if ( ! this . runtime ) {
615
- log . warn ( 'Runtime is not optional, it should get passed in when the block container is created.' ) ;
616
- break ;
617
- }
618
-
619
610
// A checkbox usually has a one to one correspondence with the monitor
620
611
// block but in the case of monitored reporters that have arguments,
621
612
// map the old id to a new id, creating a new monitor block if necessary
You can’t perform that action at this time.
0 commit comments