]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/ImportBundle/Import/PocketImport.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / ImportBundle / Import / PocketImport.php
index 5850debade8e0d17e111b3bb15b2be5a17040de0..845380b798f61a36c01d28f742e6bcb9c59c85ba 100644 (file)
@@ -14,8 +14,6 @@ class PocketImport extends AbstractImport
 {
     private $client;
     private $consumerKey;
-    private $skippedEntries = 0;
-    private $importedEntries = 0;
     private $accessToken;
 
     const NB_ELEMENTS = 5000;