Skip to content

Commit

Permalink
Removes old stat system
Browse files Browse the repository at this point in the history
Was completely unused and deprecated since the introduction of the creation log
  • Loading branch information
Tpt committed Mar 14, 2016
1 parent f9efc17 commit bb7beeb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 67 deletions.
65 changes: 0 additions & 65 deletions book/Stat.php

This file was deleted.

1 change: 0 additions & 1 deletion book/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
include_once $basePath . '/book/Page.php';
include_once $basePath . '/book/Book.php';
include_once $basePath . '/book/BookProvider.php';
include_once $basePath . '/book/Stat.php';
include_once $basePath . '/book/FontProvider.php';
include_once $basePath . '/book/OpdsBuilder.php';
include_once $basePath . '/book/CreationLog.php';
Expand Down
1 change: 0 additions & 1 deletion http/book.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
unlink( $file );
flush();
if ( isset( $wsexportConfig['stat'] ) ) {
Stat::add( $format, $api->lang );
CreationLog::singleton()->add( $data, $format );
}
} catch ( Exception $exception ) {
Expand Down

0 comments on commit bb7beeb

Please sign in to comment.