Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-05-30 17:58:17 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-05-30 17:58:17 +0400
commitc8b88dde8894944df90cef12d9825bd119314629 (patch)
tree655f6bdefd8c4b1a938b261d83e0b78a6eac3ffe /SConstruct
parente2585355c39ffcd63065a9c5d83ee12eadefdad8 (diff)
remove non-informative print
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
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)