Skip to content

Commit 4d96b15

Browse files
committed
remove error_log
1 parent 6988778 commit 4d96b15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solid/lib/AppInfo/Application.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class Application extends App implements IBootstrap {
3030
public function __construct(array $urlParams = []) {
3131
$request = \OCP\Server::get(\OCP\IRequest::class);
3232
$rawPathInfo = $request->getRawPathInfo();
33-
error_log($rawPathInfo);
3433

3534
if ($rawPathInfo == '/apps/solid/token') {
3635
$backend = new \OCA\Solid\ClientAuth();

0 commit comments

Comments
 (0)