Commit 40d26627 authored by clone's avatar clone

bug

parent a6915805
...@@ -309,7 +309,6 @@ class Response ...@@ -309,7 +309,6 @@ class Response
{ {
if (null == $this->content) { if (null == $this->content) {
$content = $this->output($this->data); $content = $this->output($this->data);
Log::record("response msg:" . $content);
if (null !== $content && !is_string($content) && !is_numeric($content) && !is_callable([ if (null !== $content && !is_string($content) && !is_numeric($content) && !is_callable([
$content, $content,
'__toString', '__toString',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment