From e23dc1177d094ff14ea58fa047471bd902619888 Mon Sep 17 00:00:00 2001 From: Paul Baranowski Date: Mon, 30 May 2011 15:24:51 -0400 Subject: [PATCH] Removed duplicated message during install --- install/include/AirtimeInstall.php | 2 -- 1 file changed, 2 deletions(-) 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') {