git.cweiske.de
/
phinde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298d81c
)
remove debug statement
author
Christian Weiske
<
[email protected]
>
Wed, 10 Feb 2016 20:15:35 +0000
(21:15 +0100)
committer
Christian Weiske
<
[email protected]
>
Wed, 10 Feb 2016 20:15:35 +0000
(21:15 +0100)
src/phinde/Crawler.php
patch
|
blob
|
history
diff --git
a/src/phinde/Crawler.php
b/src/phinde/Crawler.php
index ced40b83d4ca23bb8d39e74fb352a0ef31e676b9..f3158aa07223979239f41bca742979d159f1aa2c 100644
(file)
--- 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;