diff --git a/source/lib/SihnonFramework/Log.class.php b/source/lib/SihnonFramework/Log.class.php index dd1f888..42be927 100644 --- a/source/lib/SihnonFramework/Log.class.php +++ b/source/lib/SihnonFramework/Log.class.php @@ -16,7 +16,6 @@ class SihnonFramework_Log { $this->progname = $progname; $this->backend = Sihnon_Log_PluginFactory::create($backend, $options); - $this->log(self::LEVEL_INFO, "Logging started"); } public function log($level, $message) {