mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-02 14:25:38 +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)
|
||||
{
|
||||
logger()->alert('正在走 Filter');
|
||||
if (!$this->annotation instanceof BindEvent) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user