From 1f5a23143aa5aa1fb3273b8a9c74782cd0441fde Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 7 Sep 2022 18:07:38 +0000 Subject: remove debug code --- Zotlabs/Module/Import_progress.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Zotlabs/Module/Import_progress.php b/Zotlabs/Module/Import_progress.php index 761d2f215..5c68f9ff1 100644 --- a/Zotlabs/Module/Import_progress.php +++ b/Zotlabs/Module/Import_progress.php @@ -49,11 +49,6 @@ class Import_progress extends \Zotlabs\Web\Controller { } $ccompleted_str = t('Item sync completed but no items were found!'); - - if(argv(1) === 'resume_itemsync') { - Master::Summon(["Content_importer","0","0001-01-01 00:00:00","2021-10-02 19:49:14","ct5","https%3A%2F%2Fhub.somaton.com"]); - goaway('/import_progress'); - } } $cprogress_str = ((intval($cprogress)) ? $cprogress . '%' : $cprogress); @@ -76,8 +71,6 @@ class Import_progress extends \Zotlabs\Web\Controller { Master::Summon($f['next_cmd']); goaway('/import_progress'); } - - } else { $fprogress = 'waiting to start...'; -- cgit v1.2.3