Skip to content

Commit

Permalink
refactor: remove vardump
Browse files Browse the repository at this point in the history
  • Loading branch information
Edqe14 committed Jan 3, 2024
1 parent e179857 commit 30f5d95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/UploadThing.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ public function getUsageInfo()
{
$res = $this->requestUT('/api/getUsageInfo', [], 'An unknown error occured while getting usage info.');

var_dump($res);

return UsageInfo::fromArray($res);
}

Expand Down

0 comments on commit 30f5d95

Please sign in to comment.