Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
malamalca committed Jan 25, 2019
1 parent 5c1c7a4 commit 47f87d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Lib/GedImport.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ public static function fromFile($filename)

foreach ($profiles as $k => $p) {
$result = TableRegistry::get('Profiles')->save($p, ['associated' => ['Units']]);
if (!$result) {
var_dump($result->getErrors());
}
}

return true;
Expand Down

0 comments on commit 47f87d0

Please sign in to comment.