From 3705e5468154c9682a4f38e646761a219cb53476 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 20 Apr 2013 22:57:10 +1000 Subject: Remove more excess vs finding output. --- linden/indra/develop.py | 1 - 1 file changed, 1 deletion(-) (limited to 'linden') diff --git a/linden/indra/develop.py b/linden/indra/develop.py index b2c600e..2c974f6 100755 --- a/linden/indra/develop.py +++ b/linden/indra/develop.py @@ -547,7 +547,6 @@ class WindowsSetup(PlatformSetup): print 'Building with ', self.gens[version]['gen'] break else: - print >> sys.stderr, 'Cannot find a Visual Studio installation, testing for express editions' for version in 'vc80 vc90 vc100 vc71'.split(): if self.find_visual_studio_express(version) != '': self._generator = version -- cgit v1.1