diff options
-rw-r--r-- | Zotlabs/Module/Import.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Module/Import.php b/Zotlabs/Module/Import.php index 52e4374c8..7898f83a3 100644 --- a/Zotlabs/Module/Import.php +++ b/Zotlabs/Module/Import.php @@ -545,8 +545,6 @@ class Import extends Controller { change_channel($channel['channel_id']); - notice(t('Content import in progress...') . EOL); - if ($api_path && $import_posts) goaway(z_root() . '/import_progress'); |