diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-03-07 13:44:47 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-03-07 13:44:47 +0100 |
commit | 00483a1e0e9174e1dc5f14d13462a8e05e78e855 (patch) | |
tree | 7097b02117a0d8f4347e3922afa27a7aaa910b43 | |
parent | e9540cad02e5adcd96f8439f86674d8da19d5ea7 (diff) | |
download | wallabag-00483a1e0e9174e1dc5f14d13462a8e05e78e855.tar.gz wallabag-00483a1e0e9174e1dc5f14d13462a8e05e78e855.tar.zst wallabag-00483a1e0e9174e1dc5f14d13462a8e05e78e855.zip |
remove unnecessary line
-rw-r--r-- | inc/poche/WallabagEBooks.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/poche/WallabagEBooks.class.php b/inc/poche/WallabagEBooks.class.php index 54c2b1bc..42913ff8 100644 --- a/inc/poche/WallabagEBooks.class.php +++ b/inc/poche/WallabagEBooks.class.php | |||
@@ -96,7 +96,6 @@ class WallabagEpub extends WallabagEBooks | |||
96 | $bookEnd = "</body>\n</html>\n"; | 96 | $bookEnd = "</body>\n</html>\n"; |
97 | 97 | ||
98 | $log = new Logger("wallabag", TRUE); | 98 | $log = new Logger("wallabag", TRUE); |
99 | $fileDir = CACHE; | ||
100 | 99 | ||
101 | $book = new EPub(EPub::BOOK_VERSION_EPUB3, DEBUG_POCHE); | 100 | $book = new EPub(EPub::BOOK_VERSION_EPUB3, DEBUG_POCHE); |
102 | $log->logLine("new EPub()"); | 101 | $log->logLine("new EPub()"); |