Skip to content

Commit 050f2e8

Browse files
authored
Removed breakpoint
1 parent b1f781b commit 050f2e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Definition/DefinitionCommand.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ public function execute(InputInterface $input, OutputInterface $output)
5050
}
5151
}
5252

53-
d($vars);
54-
exit;
55-
5653
$operations = $this->yaml['actions'] ?? [];
5754

5855
foreach ($operations as $key => $options) {
@@ -71,7 +68,7 @@ public function execute(InputInterface $input, OutputInterface $output)
7168
}
7269
}
7370

74-
// $this->handleOperation($action, $options, $vars);
71+
$this->handleOperation($action, $options, $vars);
7572
}
7673
}
7774
}

0 commit comments

Comments
 (0)