From 001cc7168aa1a7e9b8290b9c29566c586ac8b511 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Thu, 3 Nov 2016 18:01:25 +0100 Subject: Cleanup --- src/Wallabag/ImportBundle/Command/ImportCommand.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Wallabag/ImportBundle/Command') diff --git a/src/Wallabag/ImportBundle/Command/ImportCommand.php b/src/Wallabag/ImportBundle/Command/ImportCommand.php index 13f3dcb9..e423ffae 100644 --- a/src/Wallabag/ImportBundle/Command/ImportCommand.php +++ b/src/Wallabag/ImportBundle/Command/ImportCommand.php @@ -56,13 +56,8 @@ class ImportCommand extends ContainerAwareCommand case 'instapaper': $import = $this->getContainer()->get('wallabag_import.instapaper.import'); break; - case 'instapaper': - $wallabag = $this->getContainer()->get('wallabag_import.instapaper.import'); - break; - case 'v1': default: $import = $this->getContainer()->get('wallabag_import.wallabag_v1.import'); - break; } $import->setMarkAsRead($input->getOption('markAsRead')); -- cgit v1.2.3