Skip to content

Commit 016a9a0

Browse files
chore: remove debug flag from server configuration
1 parent 6b23ae7 commit 016a9a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/http-discovery-userprofile/server.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
$psr17Factory = new Psr17Factory();
2323
$request = $psr17Factory->createServerRequestFromGlobals();
2424

25-
$_SERVER['DEBUG'] = true;
26-
2725
$server = Server::builder()
2826
->setServerInfo('HTTP User Profiles', '1.0.0')
2927
->setLogger(logger())

0 commit comments

Comments
 (0)