Skip to content

Commit

Permalink
Removed debug print_r
Browse files Browse the repository at this point in the history
  • Loading branch information
yhildebrandt committed Jul 10, 2023
1 parent 7cedbe9 commit fcdaac0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Idoit/APIClient/Issues/API131Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ public function testOrganization() {

$entry = $this->useCMDBCategory()->readFirst($objectID, $categoryConstant);

print_r($entry);

$this->assertIsArray($entry);
$this->assertArrayHasKey('id', $entry);
$this->isIDAsString($entry['id']);
Expand Down

0 comments on commit fcdaac0

Please sign in to comment.