Skip to content

Commit

Permalink
#15598 - Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed May 29, 2022
1 parent bea1819 commit 8468918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phalcon/Storage/Serializer/AbstractSerializer.zep
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ abstract class AbstractSerializer implements SerializerInterface

public function __serialize() -> array
{
var_dump(this->data);
if typeof this->data === "array" {
return this->data;
}
Expand Down

0 comments on commit 8468918

Please sign in to comment.