diff --git a/install/include/AirtimeInstall.php b/install/include/AirtimeInstall.php index 9b6f68bf9..29b54b741 100644 --- a/install/include/AirtimeInstall.php +++ b/install/include/AirtimeInstall.php @@ -212,8 +212,6 @@ class AirtimeInstall { global $CC_DBC; - echo "* Installing Postgresql scripting language".PHP_EOL; - // Install postgres scripting language $langIsInstalled = $CC_DBC->GetOne('SELECT COUNT(*) FROM pg_language WHERE lanname = \'plpgsql\''); if ($langIsInstalled == '0') {