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 6988778 commit 4d96b15Copy full SHA for 4d96b15
solid/lib/AppInfo/Application.php
@@ -30,7 +30,6 @@ class Application extends App implements IBootstrap {
30
public function __construct(array $urlParams = []) {
31
$request = \OCP\Server::get(\OCP\IRequest::class);
32
$rawPathInfo = $request->getRawPathInfo();
33
- error_log($rawPathInfo);
34
35
if ($rawPathInfo == '/apps/solid/token') {
36
$backend = new \OCA\Solid\ClientAuth();
0 commit comments