aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-09-07 18:07:38 +0000
committerMario <mario@mariovavti.com>2022-09-07 18:07:38 +0000
commit1f5a23143aa5aa1fb3273b8a9c74782cd0441fde (patch)
tree708e234626c3a42626253f5e26eb6e5708a1b0b4
parentfcfb9e975836c4abbbfd339d46bf8ea937747e57 (diff)
downloadvolse-hubzilla-1f5a23143aa5aa1fb3273b8a9c74782cd0441fde.tar.gz
volse-hubzilla-1f5a23143aa5aa1fb3273b8a9c74782cd0441fde.tar.bz2
volse-hubzilla-1f5a23143aa5aa1fb3273b8a9c74782cd0441fde.zip
remove debug code
-rw-r--r--Zotlabs/Module/Import_progress.php7
1 files changed, 0 insertions, 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...';