Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmot committed Mar 29, 2021
1 parent 6cfe2df commit c9b5980
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mdcountdata.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ function idsort($sort, $out) {
// path + counter file
$cntfile = LOG_FOLDER . $counter;

$data = new stdClass();
$data->ldata = new logdata();
if(file_exists($cntfile)) {
$filecnt = fopen($cntfile,'r');
// get 128 characters, it's unlikely that counter
Expand Down

0 comments on commit c9b5980

Please sign in to comment.