From 3654c9606c2956b3466f4655670502f295a7d3de Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 Nov 2012 17:09:23 +0000 Subject: comment out debug prints svn path=/trunk/; revision=16570 --- scripts/auto-build/create-latest-build-listing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/auto-build/create-latest-build-listing.py b/scripts/auto-build/create-latest-build-listing.py index 571edb55..c9d0172d 100755 --- a/scripts/auto-build/create-latest-build-listing.py +++ b/scripts/auto-build/create-latest-build-listing.py @@ -48,9 +48,9 @@ if len(sourcetarballs) > 0: except Exception, e: pass try: - print 'os.symlink(' + sourcetarball + ', ' + linkname + ')' + #print 'os.symlink(' + sourcetarball + ', ' + linkname + ')' os.symlink(sourcetarball, linkname) - print 'os.symlink(' + debiantarball + ', ' + debianlinkname + ')' + #print 'os.symlink(' + debiantarball + ', ' + debianlinkname + ')' os.symlink(debiantarball, debianlinkname) foundsourcetarball = True except Exception, e: -- cgit v1.2.1