# HG changeset patch # User John Donoghue # Date 1486165139 18000 # Node ID 3c02ca69cbe5f070a8d2816773a4eaaca311fef9 # Parent 223b967a2d40701ad4c346f12c0166fe5fe4edc5 * tools/pkg-install.py: remove debug print from c/s 223b967a2d40 diff -r 223b967a2d40 -r 3c02ca69cbe5 tools/pkg-install.py --- a/tools/pkg-install.py Wed Feb 01 17:01:45 2017 -0500 +++ b/tools/pkg-install.py Fri Feb 03 18:38:59 2017 -0500 @@ -115,7 +115,6 @@ cpp_files = fnmatch.filter(files, "*.cpp") cxx_files = fnmatch.filter(files, "*.cxx") for f in cc_files + cpp_files + cxx_files: - print ('check for ', f) for a in extract_pkg(f, '^//* *' + nm + ': *(.*)$'): archfid.write("%s\n" % str(a)) for a in extract_pkg(f, '^/\** *' + nm + ': *(.*) *\*/$'):