summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ba3399a..be5d372 100644
--- a/SConstruct
+++ b/SConstruct
@@ -228,7 +228,6 @@ def SCons_revision(target, source, env):
# this routine will change when the version number changes
# and things will get rebuilt properly.
global version
- print "SCons_revision() < %s > %s" % (s, t)
inf = open(s, 'rb')
outf = open(t, 'wb')
for line in inf.readlines():