Skip to content

Commit 201474c

Browse files
author
Lucas Araujo
committed
refactor: remove unused Log import and debug statement
1 parent 068b3a1 commit 201474c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tachidesk/Tachidesk.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace App\SupportedApps\Tachidesk;
44

5-
use Log;
6-
75
class Tachidesk extends \App\SupportedApps implements \App\EnhancedApps
86
{
97
public $config;
@@ -22,7 +20,6 @@ public function livestats()
2220
$status = 'inactive';
2321

2422
$category = $this->getCategory();
25-
Log::info('Tachidesk: livestats: category: ' . $category);
2623

2724
$res = parent::execute($this->url('api/v1/category/' . $category));
2825
$details = json_decode($res->getBody());

0 commit comments

Comments
 (0)