Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit f7aea12

Browse files
committed
removed debug dump statement
1 parent 133b5a4 commit f7aea12

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Discord/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ public function handleRequest(ServerRequestInterface $request)
143143

144144
$interaction = new Interaction(json_decode($request->getBody(), true));
145145

146-
dump($interaction->getAttributes());
147146
$this->logger->info('received interaction', $interaction->jsonSerialize());
148147

149148
return $this->handleInteraction($interaction)->then(function ($result) {

0 commit comments

Comments
 (0)