Clean up extraneous print statements from the build

This commit is contained in:
Christian Weeks 2012-04-05 10:42:15 -04:00
parent 4470a808b1
commit ebc532e3a9
2 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ def cmdsplit(args):
def main():
print("Applying patches")
sys.stdout.flush()
patches = os.path.abspath(sys.argv[1])
work = os.path.normpath(sys.argv[2])
mcp = os.path.normpath(sys.argv[3])

View File

@ -26,7 +26,6 @@ def main():
for row in srg_data['CL']:
classes[row['deobf_name']] = row['obf_name']
print(difflist)
with open(list_file, 'w') as fh:
for diff in difflist.splitlines():
diffrow=diff.strip().split()