From 231b7be50def2bdb62a7bce2961c80ec5abbabf0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 28 Mar 2024 22:01:34 +0200 Subject: [PATCH] remove debug --- src/cli/document/crawl.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cli/document/crawl.php b/src/cli/document/crawl.php index 8744dc4..7a562b5 100644 --- a/src/cli/document/crawl.php +++ b/src/cli/document/crawl.php @@ -826,9 +826,6 @@ foreach($index->search('') @mkdir($filepath, 0755, true); // Check latest snap older than defined in settings - echo getLastSnapTime((array) scandir($filepath)) . PHP_EOL; - echo time() - getLastSnapTime((array) scandir($filepath)) . PHP_EOL; - echo $config->cli->document->crawl->snap->timeout . PHP_EOL; if (time() - getLastSnapTime((array) scandir($filepath)) > $config->cli->document->crawl->snap->timeout) { $filename = sprintf(