Skip to content

Commit b4c4a4e

Browse files
committed
remove echo
1 parent 4152e45 commit b4c4a4e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
2-
/vendor
2+
/vendor
3+
*.cache

src/Protocols/Amqp.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ public function getNextMessage()
104104

105105
// Случайно выбираем очередь из числа подписанных
106106
$queueKey = array_rand($this->queues);
107-
108-
echo $queueKey, PHP_EOL;
109-
110107
$queue = $this->queues[$queueKey];
111108

112109
$this->currentQueue = $queue;

0 commit comments

Comments
 (0)