Skip to content

Commit

Permalink
Remove debugging message in queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Nov 4, 2023
1 parent ee60dba commit 4352d51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QuantQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function doCreateItem($data) {
return $query->execute();
}
catch (IntegrityConstraintViolationException $err) {
var_dump('skipping cause exists');
return FALSE;
}
}
Expand Down

0 comments on commit 4352d51

Please sign in to comment.