diff --git a/app/Tygh/UpgradeCenter/Log.php b/app/Tygh/UpgradeCenter/Log.php index cced989..52c0955 100644 --- a/app/Tygh/UpgradeCenter/Log.php +++ b/app/Tygh/UpgradeCenter/Log.php @@ -81,16 +81,6 @@ class Log return $this; } - public function lineStart($message) - { - return $this->add($message, true, true, false); - } - - public function lineEnd($message) - { - return $this->add($message, true, false, true); - } - private function getLogFilePath() { return $this->config['dir']['root'] . '/var/upgrade/' . $this->package_id . '_log.txt';