remove debug message

This commit is contained in:
crazywhalecc
2023-03-05 22:16:30 +08:00
committed by Jerry
parent 3e2911b807
commit 5a25aae495

View File

@@ -17,7 +17,6 @@ class WebSocketFilter implements MiddlewareInterface, PipelineInterface
public function handle(callable $callback, ...$params)
{
logger()->alert('正在走 Filter');
if (!$this->annotation instanceof BindEvent) {
return null;
}