Skip to content

Commit e23c509

Browse files
committed
Update Index.php
1 parent d15218a commit e23c509

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Index.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ public static function createSnapshot(Url $url): bool
120120
$sql->setWhere('url_id = ? ORDER BY createdate DESC LIMIT 1', [$url->getId()]);
121121
$sql->select('id,`hash`');
122122

123-
var_dump($sql->getValue('hash'));
124-
125123
if (0 !== ($sql->getRows() ?? 0) && $sql->getValue('hash') === $hash) {
126124
$sql->setTable(rex::getTable('diff_detect_index'));
127125
$sql->setValue('updatedate', date(rex_sql::FORMAT_DATETIME));

0 commit comments

Comments
 (0)