Skip to content

Commit 8b38950

Browse files
committed
Remove leftover dump command
1 parent 0fb021d commit 8b38950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Actions/Tools/RunDockerContainerAction.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function withName(?string $name): self
3131
public function execute(string $dockerImageName, string $arguments = '', array &$output = null, int &$return = null): string
3232
{
3333
$command = $this->getCommand($dockerImageName, arguments: $arguments, interactive: false);
34-
dump($command);
34+
3535
return exec($command, $output, $return);
3636
}
3737

0 commit comments

Comments
 (0)