From c8b88dde8894944df90cef12d9825bd119314629 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 30 May 2010 13:58:17 +0000 Subject: remove non-informative print --- SConstruct | 2 -- 1 file changed, 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 0d8f6f96d72..dc6198bd81e 100644 --- a/SConstruct +++ b/SConstruct @@ -457,8 +457,6 @@ if env['OURPLATFORM']!='darwin': if env['WITH_BF_FHS']: dir= os.path.join(*([BLENDERPATH] + dp.split(os.sep)[2:])) # skip bin/.blender else: dir= os.path.join(*([BLENDERPATH] + dp.split(os.sep)[1:])) # skip bin - # print dir+ os.sep + f - print dir dottargetlist.append(dir + os.sep + f) -- cgit v1.2.3