From: John Mandereau Date: Thu, 2 Aug 2007 08:58:39 +0000 (+0200) Subject: Remove debugging stuff X-Git-Tag: release/2.11.29-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e29bfeee2deb23fcbc25a8ddacbc8c03a3964ce;p=lilypond.git Remove debugging stuff --- diff --git a/buildscripts/texi-skeleton-update.py b/buildscripts/texi-skeleton-update.py index f6e8e21d5e..f761408274 100644 --- a/buildscripts/texi-skeleton-update.py +++ b/buildscripts/texi-skeleton-update.py @@ -9,9 +9,7 @@ import shutil sys.stderr.write ('texi-skeleton-update.py\n') orig_skeletons = set ([os.path.basename (f) for f in glob.glob (sys.argv[1] + '/*.ite??')]) -print orig_skeletons new_skeletons = set ([os.path.basename (f) for f in glob.glob (sys.argv[2] + '/*.ite??')]) -print new_skeletons for f in new_skeletons: if f in orig_skeletons: