]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/texi-skeleton-update.py
Doc-de: updates from master
[lilypond.git] / buildscripts / texi-skeleton-update.py
index f6e8e21d5e6d62159cd7a3587bdb9e99a7bc66d7..f76140827422f9a5133d692eea16e342d1d1d7ff 100644 (file)
@@ -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: