Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas COUET committed Nov 9, 2017
1 parent 8078d31 commit 2643db2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Queue Client Bundle Changelog

## v1.1.1

- Remove debug code

## v1.1.0

- Handle symfony >= 3.3
Expand Down
1 change: 0 additions & 1 deletion QueueClientAdapterFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class QueueClientAdapterFactory
public function get($config, $priorityHandler) {
$adapter = null;

var_dump($config['type']);
switch ($config['type']) {
case 'null':
$adapter = new NullAdapter();
Expand Down

0 comments on commit 2643db2

Please sign in to comment.