mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
removed redundant dumps
This commit is contained in:
@@ -409,7 +409,6 @@ $container->set('pools', function ($register) {
|
||||
|
||||
if (!$container->has('queueForEvents')) {
|
||||
$container->set('queueForEvents', function ($pools) {
|
||||
var_dump("ce");
|
||||
return new QueueEvent(new BrokerPool(
|
||||
publisher: $pools->get('publisher')
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user