Browse Source

comment out debug print

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3078 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.1
nedko 16 years ago
parent
commit
f6feb2d0d9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -47,7 +47,7 @@ def create_svnversion_task(bld, header='svnversion.h', define=None):

def post_run(self):
sg = Utils.h_file(self.outputs[0].abspath(self.env))
print sg.encode('hex')
#print sg.encode('hex')
Build.bld.node_sigs[self.env.variant()][self.outputs[0].id] = sg
cls.post_run = post_run



Loading…
Cancel
Save