remove unnecessary line

This commit is contained in:
Thomas Citharel 2015-03-07 13:44:47 +01:00
parent e9540cad02
commit 00483a1e0e

View file

@ -96,7 +96,6 @@ class WallabagEpub extends WallabagEBooks
$bookEnd = "</body>\n</html>\n";
$log = new Logger("wallabag", TRUE);
$fileDir = CACHE;
$book = new EPub(EPub::BOOK_VERSION_EPUB3, DEBUG_POCHE);
$log->logLine("new EPub()");