We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ef45d commit 3bc8c29Copy full SHA for 3bc8c29
Linkding/Linkding.php
@@ -2,8 +2,6 @@
2
3
namespace App\SupportedApps\Linkding;
4
5
-use Log;
6
-
7
class Linkding extends \App\SupportedApps implements \App\EnhancedApps
8
{
9
public $config;
@@ -13,10 +11,6 @@ public function __construct() {
13
11
14
12
public function test()
15
16
- Log::info('Testing Linkding API');
17
- Log::info('URL: ' . $this->url('api/bookmarks'));
18
- Log::info('Headers: ' . json_encode($this->getHeaders()));
19
20
$test = parent::appTest($this->url('api/bookmarks?limit=1'), $this->getHeaders());
21
echo $test->status;
22
}
0 commit comments