Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
svensp committed Aug 20, 2019
1 parent 84020dc commit a47de72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Blueprint/PhpCommands/Parser/ArrayParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function parse( string $name, $data, $version ) {

if ( array_key_exists( 'keepalive', $data ) ) {
$phpCommand->setKeepaliveService( $data['keepalive'] );
die('keepalive service!');
}

return $phpCommand;
Expand Down

0 comments on commit a47de72

Please sign in to comment.