Skip to content

Commit eff11d6

Browse files
committed
Removed debug check on CLIClient
1 parent cdd83c7 commit eff11d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Clients/CLIClient.php

-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ public function request($type, $file = null)
131131
$jar = escapeshellarg($this->path);
132132
$command = ($this->java ?: 'java') . " -jar $jar " . implode(' ', $arguments);
133133

134-
die($command);
135-
136134
// run command
137135
$response = $this->exec($command);
138136

0 commit comments

Comments
 (0)