diff --git a/examples/basic/6-customization.php b/examples/basic/6-customization.php index 686dd25b..e4d1b610 100644 --- a/examples/basic/6-customization.php +++ b/examples/basic/6-customization.php @@ -29,12 +29,6 @@ dumpResponseTrace($response); dumpResponseBodyPreview(yield $response->getBody()->buffer()); - - print 'Waiting ' . ($i * 65) . ' seconds...' . "\r\n"; - - if ($i !== 5) { - yield delay($i * 65 * 1000); - } } } catch (HttpException $error) { // If something goes wrong Amp will throw the exception where the promise was yielded.