aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/phinde/Crawler.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/phinde/Crawler.php b/src/phinde/Crawler.php
index ced40b8..f3158aa 100644
--- a/src/phinde/Crawler.php
+++ b/src/phinde/Crawler.php
@@ -57,7 +57,6 @@ class Crawler
protected function enqueue($linkInfos)
{
- var_dump($linkInfos);die();
foreach ($linkInfos as $linkInfo) {
if ($this->es->isKnown($linkInfo->url)) {
continue;