From fa17e6361106f97fe6a31372d285031e4483638a Mon Sep 17 00:00:00 2001 From: Paul Baranowski Date: Tue, 24 May 2011 21:34:06 -0400 Subject: [PATCH] Fixed a repeated 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 176f3f2ba..c1d4a9e7a 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') {