Skip to content

Commit 2643db2

Browse files
author
Nicolas COUET
committed
Remove debug code
1 parent 8078d31 commit 2643db2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Queue Client Bundle Changelog
22

3+
## v1.1.1
4+
5+
- Remove debug code
6+
37
## v1.1.0
48

59
- Handle symfony >= 3.3

QueueClientAdapterFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class QueueClientAdapterFactory
2020
public function get($config, $priorityHandler) {
2121
$adapter = null;
2222

23-
var_dump($config['type']);
2423
switch ($config['type']) {
2524
case 'null':
2625
$adapter = new NullAdapter();

0 commit comments

Comments
 (0)