diff --git a/zhandlersocket/Log.zep b/zhandlersocket/Log.zep deleted file mode 100644 index 60f66af..0000000 --- a/zhandlersocket/Log.zep +++ /dev/null @@ -1,12 +0,0 @@ -namespace ZHandlersocket; -/** - * Debug log for read and write connections - */ -class Log { - private read = "" {get,set}; - private write = "" {get,set}; - - public function toString() -> string { - return sprintf("READ LOG:\n%s\nWRITE LOG:\n%s\n\n", this->read, this->write); - } -} \ No newline at end of file