@@ -18,8 +18,8 @@ |
||
18 | 18 | * it's instantiated in there |
19 | 19 | */ |
20 | 20 | return [ |
21 | - 'routes' => [ |
|
21 | + 'routes' => [ |
|
22 | 22 | ['name' => 'ocr#process', 'url' => '/process', 'verb' => 'GET'], |
23 | 23 | ['name' => 'ocr#languages', 'url' => '/languages', 'verb' => 'GET'], |
24 | - ] |
|
24 | + ] |
|
25 | 25 | ]; |
26 | 26 | \ No newline at end of file |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use OCA\Ocr\Service\ServiceException; |
17 | 17 | use OCP\AppFramework\Db\DoesNotExistException; |
18 | 18 | use OCP\AppFramework\Db\MultipleObjectsReturnedException; |
19 | -use OCP\ILogger; |
|
20 | 19 | use Symfony\Component\Console\Command\Command; |
21 | 20 | use Symfony\Component\Console\Input\InputArgument; |
22 | 21 | use Symfony\Component\Console\Input\InputInterface; |