Skip to content

Commit 3bc8c29

Browse files
author
Lucas Araujo
committed
Cleaned debug logs
1 parent 85ef45d commit 3bc8c29

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Linkding/Linkding.php

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

33
namespace App\SupportedApps\Linkding;
44

5-
use Log;
6-
75
class Linkding extends \App\SupportedApps implements \App\EnhancedApps
86
{
97
public $config;
@@ -13,10 +11,6 @@ public function __construct() {
1311

1412
public function test()
1513
{
16-
Log::info('Testing Linkding API');
17-
Log::info('URL: ' . $this->url('api/bookmarks'));
18-
Log::info('Headers: ' . json_encode($this->getHeaders()));
19-
2014
$test = parent::appTest($this->url('api/bookmarks?limit=1'), $this->getHeaders());
2115
echo $test->status;
2216
}

0 commit comments

Comments
 (0)