scons: Remove leftover print statement.
authorVinson Lee <vlee@freedesktop.org>
Fri, 31 Aug 2012 15:23:28 +0000 (08:23 -0700)
committerVinson Lee <vlee@freedesktop.org>
Fri, 31 Aug 2012 15:26:29 +0000 (08:26 -0700)
Remove print statement left over from commit
c57fb034b19156e06e2ec25d9b06a0e174d861c9.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
scons/gallium.py

index dfed20f9e199faba2d53b8e4157bb8ad67fcb415..1dd4e818715738cd199c8d97d5ccea8718ee1e96 100755 (executable)
@@ -498,7 +498,6 @@ def generate(env):
 
     # Default libs
     libs = []
-    print env['platform']
     if env['platform'] in ('darwin', 'freebsd', 'linux', 'posix', 'sunos'):
         libs += ['m', 'pthread', 'dl']
     env.Append(LIBS = libs)