mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Remove debug logs
This commit is contained in:
parent
8bc933ab91
commit
787a5c42de
1 changed files with 0 additions and 3 deletions
|
|
@ -220,9 +220,6 @@ class BuildsV1 extends Worker
|
|||
throw new \Exception('Unable to push code repository: ' . $stderr);
|
||||
}
|
||||
|
||||
\var_dump($stdout);
|
||||
\var_dump($stderr);
|
||||
|
||||
$exit = Console::execute('cd ' . $tmpDirectory . ' && git rev-parse HEAD', '', $stdout, $stderr);
|
||||
|
||||
if ($exit !== 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue