mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 08:35:35 +08:00
remove debug message
This commit is contained in:
@@ -17,7 +17,6 @@ class WebSocketFilter implements MiddlewareInterface, PipelineInterface
|
|||||||
|
|
||||||
public function handle(callable $callback, ...$params)
|
public function handle(callable $callback, ...$params)
|
||||||
{
|
{
|
||||||
logger()->alert('正在走 Filter');
|
|
||||||
if (!$this->annotation instanceof BindEvent) {
|
if (!$this->annotation instanceof BindEvent) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user