Skip to content

Commit

Permalink
Remove test debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Apr 12, 2018
1 parent 11c954a commit eaaa8d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ElementalAreaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public function testDuplicate()
$duplicatedArea = $area->duplicate(true);
$duplicatedAreaIds = $duplicatedArea->Elements()->column('ID');
$this->assertCount(2, $duplicatedAreaIds);
print_r($areaIds);
print_r($duplicatedAreaIds);
$this->assertNotEquals($areaIds, $duplicatedAreaIds);
}
}

0 comments on commit eaaa8d0

Please sign in to comment.